4. Contributing - OrganisedAFID/sound-pirates GitHub Wiki
To build and execute this project, please do the following:
- Install the following libraries to excute the unit tests:
libboost-dev, libboost-all-dev - Install the Urho3D Game engine: a free lightweight, cross-platform 2D and 3D game engine implemented in C++ and released under the MIT license. Visit https://urho3d.github.io/ and follow install instructions for Raspberry Pi
- Set the environment variable for the Urho3D folder on command line:
export URHO3D_HOME=folder_of_installed_Urho3De.gexport URHO3D_HOME=home/pi/Urho3D - Clone the repository
- Navigate to the project's Urho3D folder at:
cd sound-pirates/Urho3D - Create build folder and make it the current directory:
mkdir current_buildcd current_build
- Run cmake:
cmake ../srcmake
- Navigate to bin folder:
cd bin - Run the project:
./sound-pirates
You're all set!