Makman2 / GameBox

A virtual console designed for the Raspberry Pi!
GNU General Public License v3.0
0 stars 0 forks source link

Guide + bash script for GameBox compilation #42

Open Makman2 opened 9 years ago

Makman2 commented 9 years ago

Write a small guide on how to build GameBox on a Raspberry Pi! Then write a bash script that automatically installs dependencies and builds the project.

Makman2 commented 9 years ago

Last try on an RPI (installed with NOOBS) needed these steps:

  1. Install following packages via apt-get: sudo apt-get install valac libgtk-3-dev flex bison cmake
  2. Clone the vala repository and cd into it.
  3. Run ./autogen.sh
  4. Build: ./configure, make, sudo make install
  5. Clone GameBox repository and cd into it
  6. Build GameBox! (via make debug or make release)