Revision fba08427
Protocol/readme.md | ||
---|---|---|
6 | 6 |
- create a build directory (mkdir build) |
7 | 7 |
- enter the build directory (cd build) |
8 | 8 |
- call cmake with appropriate generator on source directory (cmake -G "Visual Studio 12" ..) |
9 |
- - redirect the installation output to an appropriate output folder: -DCMAKE_INSTALL_PREFIX:PATH=/usr
|
|
10 |
- - example: cmake -G "Visual Studio 12" -DCMAKE_INSTALL_PREFIX:PATH=../.. ..
|
|
9 |
- - redirect the installation output to an appropriate output folder: -DCMAKE_INSTALL_PREFIX:PATH=%GAZETK_HOME%
|
|
10 |
- - or better: cmake -G "Visual Studio 12" -DCMAKE_INSTALL_PREFIX:PATH=%GAZETK_HOME% ..
|
|
11 | 11 |
- open solution and build project to generate all the source files from the protos. |
12 | 12 |
|
README.md | ||
---|---|---|
16 | 16 |
----------- |
17 | 17 |
|
18 | 18 |
* **DesktopConnector** provides connectivity to many different remote desktop eye tracking systems. |
19 |
* **GazeTkHub** is the next generation device host that provides eye tracking access to multiple clients. |
|
20 |
|
|
21 |
Installation |
|
22 |
------------ |
|
23 |
|
|
24 |
* Set the environment variable GAZETK_HOME to the target directory you want your GazeTk installation to be build to. |
|
25 |
* Build the **Protocol** project, see the corresponding README.md |
|
26 |
* Build the **GazeTkHub** project, see the corresponding README.md |
|
27 |
|
|
19 | 28 |
|
Also available in: Unified diff