Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
uae4arm-libretro
Commits
d4d9c7bb
Commit
d4d9c7bb
authored
Oct 17, 2015
by
Chips-fr
Browse files
Correct README.md regarding compilation example
parent
7bb90cfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d4d9c7bb
# uae4arm-rpi
Port of uae4arm on Raspberry Pi
v0.4:
Merge of latest TomB version for Pandora.
Keep position between file selection
Joystick management improved.
v0.4:
Merge of latest TomB version for Pandora.
Keep position between file selection
Joystick management improved.
v0.3:
Rework of dispmanX management. It improve picasso
Add 4/3 shrink for 16/9 screen.
Alt key can now be used to switch between mouse and 2nd joystick.
v0.3:
Rework of dispmanX management. It improve picasso
Add 4/3 shrink for 16/9 screen.
Alt key can now be used to switch between mouse and 2nd joystick.
v0.2:
Merge latest TomB improvements from Pandora version (Zorro3 memory, picasso...).
v0.2:
Merge latest TomB improvements from Pandora version (Zorro3 memory, picasso...).
v0.1:
Use dispmanX for fast scaling and double buffering.
Enable hat usage on joystick.
Add Sony 6axis joystick workaround.
v0.1:
Use dispmanX for fast scaling and double buffering.
Enable hat usage on joystick.
Add Sony 6axis joystick workaround.
How to compile on Raspbian:
You need to install gcc-4.8 (or edit Makefile) and install some dev package.
In order to do this enter the following in command line:
How to compile on Raspbian:
You need to install gcc-4.8 (or edit Makefile) and install some dev package.
In order to do this enter the following in command line:
sudo apt-get install g++-4.8
sudo apt-get install libsdl1.2-dev
...
...
@@ -29,8 +29,11 @@ How to compile on Raspbian:
sudo apt-get install libsdl-ttf2.0-dev
sudo apt-get install libguichan-dev
Then for Raspberry Pi 2:
make CXX=gcc-4.8
Or for Raspberry Pi 1:
make PLATFORM=rpi1 CXX=g++-4.8
Then for Raspberry Pi 2:
make CXX=g++-4.8
Or for Raspberry Pi 1:
make PLATFORM=rpi1 CXX=g++-4.8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment