Update README.md
This commit is contained in:
parent
888dda9769
commit
41eab7b3b6
1 changed files with 1 additions and 29 deletions
30
README.md
30
README.md
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue