Skip to content

4. Contributing

faij2009 edited this page Apr 18, 2021 · 1 revision

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_Urho3D e.g export 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:
    1. mkdir current_build
    2. cd current_build
  • Run cmake:
    1. cmake ../src
    2. make
  • Navigate to bin folder: cd bin
  • Run the project: ./sound-pirates

You're all set!

Clone this wiki locally