chaigner/eyetracker
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
How to compile the source? Change into the source directory: $ cd path/to/source/eyetracker Create build directory and change into it: $ mkdir build && cd build Run Cmake: $ cmake .. Compile: $ make Run executable: $ ./eyetracker