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
4b3f7414
Commit
4b3f7414
authored
Feb 03, 2016
by
Chips
Browse files
Update readme with Jessie compilation hints
parent
8a73441c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4b3f7414
...
...
@@ -19,15 +19,34 @@ 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:
sudo apt-get install g++-4.8
How to compile on Raspbian Jessie:
Install following packages:
sudo apt-get install libsdl1.2-dev
sudo apt-get install libsdl-gfx1.2-dev
sudo apt-get install libsdl-ttf2.0-dev
sudo apt-get install libguichan-dev
sudo apt-get install libsdl-ttf2.0-dev
sudo apt-get install libsdl-gfx1.2-dev
Then for Raspberry Pi 2:
make
Or for Raspberry Pi 1:
make PLATFORM=rpi1
How to compile on Raspbian Whezzy:
You need to install same packages as Jessie (see above)
and a more updated gcc (otherwise alter Makefile).
In order to do this enter the following in command line:
sudo apt-get install g++-4.8
Then for Raspberry Pi 2:
...
...
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