Open Makman2 opened 9 years ago
Last try on an RPI (installed with NOOBS) needed these steps:
apt-get
: sudo apt-get install valac libgtk-3-dev flex bison cmake
cd
into it../autogen.sh
./configure
, make
, sudo make install
cd
into itmake debug
or make release
)
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.