From 88888b0c39deef071779773ccdaaf1648b129d0b Mon Sep 17 00:00:00 2001 From: samcake Date: Wed, 9 Jul 2014 16:03:30 -0700 Subject: [PATCH] Add reference to the external folder in BUILD.md Add documentation to go look in the external devices folder for more detail on how to support them --- BUILD.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BUILD.md b/BUILD.md index 674f0d24cc..caf7dae3d9 100644 --- a/BUILD.md +++ b/BUILD.md @@ -259,3 +259,8 @@ If you need to debug Interface, you can run interface from within Visual Studio * In the Solution Explorer, right click interface and click Set as StartUp Project * Set the "Working Directory" for the Interface debugging sessions to the Debug output directory so that your application can load resources. Do this: right click interface and click Properties, choose Debugging from Configuration Properties, set Working Directory to .\Debug * Now you can run and debug interface through Visual Studio + +#### Devices + +You can support external input/output devices such as Leap Motion, Faceplus, Faceshift PrioVR, RTmidi, SixSense and more by adding each individual SDK in the visible building path. Refer to the readme file available in each device folder in /hifi/interface/external/ for the detailed explanation of the requirements to use the device. +