Update README.md
This commit is contained in:
parent
005c7d8812
commit
d37c72ecc0
1 changed files with 2 additions and 18 deletions
20
README.md
20
README.md
|
@ -39,25 +39,9 @@ Run these to clone the RetroPie-Setup repo, then run the relevant script:
|
||||||
cd RetroPie-Setup
|
cd RetroPie-Setup
|
||||||
sudo ./retropie_packages.sh sdl2
|
sudo ./retropie_packages.sh sdl2
|
||||||
|
|
||||||
Next, we need SDL2_image (currently v2.0.1):
|
Next, we need SDL2_image and SDL2_ttf:
|
||||||
|
|
||||||
cd ~
|
sudo apt-get install libsdl2-image-dev libsdl2-ttf-dev
|
||||||
wget https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz
|
|
||||||
tar zxvf SDL2_image-2.0.1.tar.gz
|
|
||||||
cd SDL2_image-2.0.1 && mkdir build && cd build
|
|
||||||
../configure
|
|
||||||
make -j 4
|
|
||||||
sudo make install
|
|
||||||
|
|
||||||
Next, SDL2_ttf (currently v2.0.14):
|
|
||||||
|
|
||||||
cd ~
|
|
||||||
wget https://libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz
|
|
||||||
tar zxvf SDL2_ttf-2.0.14.tar.gz
|
|
||||||
cd SDL2_ttf-2.0.14 && mkdir build && cd build
|
|
||||||
../configure
|
|
||||||
make -j 4
|
|
||||||
sudo make install
|
|
||||||
|
|
||||||
With SDL2 installed, you can proceed to install Amiberry as follows:
|
With SDL2 installed, you can proceed to install Amiberry as follows:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue