Update README.md

This commit is contained in:
Dimitris Panokostas 2017-12-19 18:18:03 +01:00 committed by GitHub
parent 29f16ca01a
commit f4a9aa0859
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,17 +51,17 @@ Clone this repo:
git clone https://github.com/midwan/amiberry -b dev amiberry-dev
cd amiberry-dev
The default platform is currently "rpi3-sdl1", so for Raspberry Pi 3 (SDL1) you can just type:
The default platform is currently "rpi3", so for Raspberry Pi 3 (SDL1) you can just type:
make all
For Raspberry Pi 2 (SDL1):
make all PLATFORM=rpi2-sdl1
make all PLATFORM=rpi2
For Raspberry Pi 1 (SDL1):
For Raspberry Pi 1/Zero (SDL1):
make all PLATFORM=rpi1-sdl1
make all PLATFORM=rpi1
And for the SDL2 versions, you can use the following: