-
Clone the project
-
Install dependencies :
sudo apt install libsdl2-dev -y
- 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