bjaraujo / Bombermaaan

Bombermaaan is inspired on the classic Bomberman game.
GNU General Public License v3.0
108 stars 13 forks source link

Instructions to run on Ubuntu 22 #51

Closed sahilsihag closed 1 year ago

sahilsihag commented 1 year ago

Tested for commit 2df8826 on Ubuntu 22.04.1 LTS (5.15.0-56-generic).

Clone the repository.

cd trunk/
cmake . -DLOAD_RESOURCES_FROM_FILES:BOOL=ON
make
mv bin/Bombermaaan .
mv res/images .
mv res/sounds .
./Bombermaaan

Also, this file structure works at new location.

.
├── Bombermaaan
├── images
├── levels
└── sounds

Consider looking at /retropie/bombermaaan.sh in case of missing dependencies and more information.