Update README.md

This commit is contained in:
Dimitris Panokostas 2017-12-19 12:11:24 +01:00 committed by GitHub
parent 888dda9769
commit 41eab7b3b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,35 +35,7 @@ If you want to run the SDL2 version, you currently need to compile SDL2 from sou
Follow these steps to download, compile and install SDL2 from source:
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install libudev-dev libasound2-dev liblzma-dev git build-essential
cd ~
wget https://www.libsdl.org/release/SDL2-2.0.7.tar.gz
tar zxvf SDL2-2.0.7.tar.gz
cd SDL2-2.0.7 && mkdir build && cd build
../configure
make -j 4
sudo make install
Next, we need SDL2_image:
cd ~
wget https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.2.tar.gz
tar zxvf SDL2_image-2.0.2.tar.gz
cd SDL2_image-2.0.2 && mkdir build && cd build
../configure
make -j 4
sudo make install
...and SDL2_ttf:
cd ~
wget https://www.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.tar.gz && mkdir build && cd build
../configure
make -j 4
sudo make install
https://github.com/midwan/amiberry/wiki/Compile-SDL2-from-source
With SDL2 installed, you can proceed to install Amiberry as follows: