mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 17:58:53 +01:00
Updated Build Instructions to support Raspberry PI (currently has performance issues)
This commit is contained in:
parent
17e1c31fe3
commit
db97532317
@ -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
|
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 \
|
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 \
|
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
|
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
|
Windows Setup
|
||||||
===============================
|
===============================
|
||||||
0. Setup libraries
|
0. Setup libraries
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user