-
Clone the project
-
Install dependencies :
- Ubuntu :
sudo apt install libsdl2-dev -y
- NixOS :
nix-shell -p cmake SDL2
- Ubuntu :
-
To compile the first time :
mkdir build && cd build
cmake -S ../ -B ./- Then to rebuild, from the build directory :
cmake --build ./ -j8- To launch the game :
./PacMan- To clean and recompile from the root of the project :
./clean-and-compile.sh- To generate the Doxygen documentation from the root of the project :
doxygen Doxyfile