Skip to content

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
  1. Download the SDK from the Leap Motion developer archives.

  2. Extract the x64 folder located in LeapDeveloperKit_3.2.1+45911_win\LeapSDK\lib

  3. Place the extracted folder in Reach\LeapSDK\lib\x64 inside the repository. (In case you the lib folder did not exist, create it)

  4. Build and enjoy.

Clone this wiki locally