From 38fe6201a858a7e1c6c33cc26940c2e6bc09f411 Mon Sep 17 00:00:00 2001 From: Eric Johnston Date: Wed, 10 Jul 2013 15:33:28 -0700 Subject: [PATCH] Added content to read me --- interface/external/Leap/readme.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/interface/external/Leap/readme.txt b/interface/external/Leap/readme.txt index e69de29bb2..24a79299c0 100644 --- a/interface/external/Leap/readme.txt +++ b/interface/external/Leap/readme.txt @@ -0,0 +1,11 @@ + +Instructions for adding the Leap driver to Interface +Eric Johnston, July 10, 2013 + +NOTE: Without doing step 2, you will crash at program start time. + +1. Copy the Leap sdk folders (lib, include, etc.) into the interface/external/Leap folder. There should be a folder already there called "stub", and this read me.txt should be there as well. + +2. IMPORTANT: Copy the file interface/external/Leap/lib/libc++/libLeap.dylib to /usr/lib + +3. Delete your build directory, run cmake and build, and you should be all set.