From db975323178e21c959a95b890f5c5836df6c0a3b Mon Sep 17 00:00:00 2001 From: Don Honerbrink Date: Fri, 27 Mar 2015 00:03:04 +0000 Subject: [PATCH] Updated Build Instructions to support Raspberry PI (currently has performance issues) --- Build Instructions.txt | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/Build Instructions.txt b/Build Instructions.txt index e61892d..1388006 100644 --- a/Build Instructions.txt +++ b/Build Instructions.txt @@ -1,6 +1,6 @@ -Linux Setup +Linux Setup (x86 ubuntu) =============================== -Install ubuntu or xubuntu 14.04 +Install ubuntu or xubuntu 14.04 (or newer) 0. Run the following command to install necessary dependencies sudo apt-get install tortoisehg g++ cmake dos2unix zlib1g-dev libsdl2-2.0 libsdl2-mixer-2.0 libsdl2-image-2.0 libsdl2-ttf-2.0 \ libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ @@ -20,6 +20,29 @@ Install ubuntu or xubuntu 14.04 4. Copy your live RetroFE system to any folder of your choosing. files can be found in Artifacts\linux\RetroFE +Linux Setup (Raspberry Pi running ubuntu) +=============================== +Install raspbian +0. Run the following command to install necessary dependencies + sudo apt-get install tortoisehg g++ cmake dos2unix + +1. Obtain the source code by running the following command: + hg clone https://bitbucket.org/teamretro/retrofe + +2. Compile SDL2 by running the following command: + sudo Scripts/Raspi/install_sdl2_rpi.sh + +3. Generate your gcc make files with running the following command from inside the root folder of your setup: + + cmake RetroFE/Source -BRetroFE/Build -DVERSION_MAJOR=0 -DVERSION_MINOR=0 -DVERSION_BUILD=0 + +4. Compile RetroFE and create a full environment by running the following commands: + + cmake --build RetroFE/Build + python Scripts/Package.py --os=linux --build=full + +5. Copy your live RetroFE system to any folder of your choosing. files can be found in Artifacts\linux\RetroFE + Windows Setup =============================== 0. Setup libraries