-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathREADME.txt
38 lines (22 loc) · 944 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Demonstrate NuitrackDevice API. Might be used for Nuitrack activation.
=============================================================
Ubuntu
=============================================================
Dependencies:
sudo apt-get install cmake
Build sample:
cd <path_to_NuitrackSDK_folder>/Examples/nuitrack_device_api_sample
mkdir build
cd build
cmake ..
make
Run sample:
./nuitrack_device_api_sample
=============================================================
Windows
=============================================================
- Install cmake https://cmake.org/download/
- Run CMake and set source code directory to "nuitrack_device_api_sample" folder, build directory to "nuitrack_device_api_sample/build"
- Press Configure button, then select Visual Studio generator
- Press Configure, then Generate
- Open solution "nuitrack_device_api_sample.sln" in Visual Studio and use its instruments to build solution