Pacman Rivals Installation Install SFML library. sudo apt-get install libsfml-dev Build the game in pacman-rivals directory. mkdir build && cd build && cmake -D CMAKE_BUILD_TYPE=Release .. && make Run the game. ./PacmanRivals