You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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