Simulation definition stored into assets/game.rdr
Needs:
- Git
- CMake (>= 3.19)
- MSVC Build tools
Command must be callables in relative path (eg. cmake, git, ...)
Build
cmake -DCMAKE_BUILD_TYPE=Release -B dist -S .
cmake --build dist
Launch
cd dist\bin
radar.exe
Needs:
- Brew
- CMake (>= 3.19)
Build
brew install csfml
cmake -DCMAKE_BUILD_TYPE=Release -B dist -S .
cmake --build dist
Launch
cd dist/bin
./radar
Needs:
- Build essentials
- CSFML package (sudo apt install libcsfml-dev / sudo dnf install CSFML)
Build
cmake -DCMAKE_BUILD_TYPE=Release -B dist -S .
cmake --build dist
Launch
cd dist/bin
./radar