Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 370 Bytes

File metadata and controls

15 lines (8 loc) · 370 Bytes

line-tracking

Compilation instructions

To initialize the project run:

mkdir build

cd build

cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ..

This will initialize the make file and download Raylib. This is only needed to be done once.

To compile the code, make sure that you are in the build directory and run make. Then run the program with ./line_tracker