-
Install the dependencies:
./dependencies.sh
-
Create a
build
directory:mkdir build && cd build
-
Compile the project:
cmake ..
-
Compile any of the different binaries:
make server && make client
-
Open (at least) two terminals on the root directory, not build:
- On one, run
./server 7777 track.txt
- On the rest, run
./client localhost 7777