-
Notifications
You must be signed in to change notification settings - Fork 2
Build instructions
Niccolò edited this page Sep 13, 2019
·
2 revisions
The only things missing from the repository to successfully build Reach are the Leap Motion lib files. These files can be found in the Leap Motion developer archives and embedded in the repository.
This build requires:
- Visual Studio 2019
- JUCE 5.4.4
- Leap Developer Kit 3.2.1
-
Download the SDK from the Leap Motion developer archives.
-
Extract the x64 folder located in LeapDeveloperKit_3.2.1+45911_win\LeapSDK\lib
-
Place the extracted folder in Reach\LeapSDK\lib\x64 inside the repository. (In case you the lib folder did not exist, create it)
-
Build and enjoy.