By Luis Daniel Casais Mezquida
Bachelor's Degree in Computer Science and Engineering
Universidad Carlos III de Madrid
Compile
- Linux:
cd build/ cmake .. make
- Windows (PowerShell)
cd build/ cmake -G Ninja .. cmake --build .
Run
./src/tfg
By Luis Daniel Casais Mezquida
Bachelor's Degree in Computer Science and Engineering
Universidad Carlos III de Madrid
Compile
cd build/
cmake ..
make
cd build/
cmake -G Ninja ..
cmake --build .
Run
./src/tfg