Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to install Retropie SDL1.2 and SDL2 #2509

Closed
paulwratt opened this issue Oct 15, 2018 · 2 comments
Closed

Option to install Retropie SDL1.2 and SDL2 #2509

paulwratt opened this issue Oct 15, 2018 · 2 comments

Comments

@paulwratt
Copy link
Contributor

In Retropie-Setup I could not find the GUI options to install SDL1.2 or SDL2.

Any RPi OS should be able to install the binary packages directly. However to build from source the OS needs to have the following packages installed:

libraspberrypi0
libraspberrypi-bin
libraspberrypi-dev

As far as I know those are only available in the RaspberryPi repo, or without a RPi kernel, in the Raspbian repo. They are usually installed manually when setting up a OS filesystem image for an SD-card. So sometimes libraspberrypi-dev is missing (eg Devuan Jessie).

Any OS should be allowed to install the Retropie versions of SDL1.2 and SDL2 from source.

Any OS on a RPi should should be able to do the same, as long as the correct version of the libraspberrypi-dev package is installed. As long as the OS can use dpkg then dpkg -l |grep raspberrypi-bin will show the version needed.

Anyway, Retropie will go through the complete core (base?) installation before letting you know that libsdl2-dev can be found (see seperate issue with libraspberrypi-dev in the package list). This to me seems completely wrong, because most binaries that it builds need the SDL-dev headers anyway.

NOTE: in this example the OS is Devuan Jessie for RPi2, which had SDL 1.2.15-10 with -dev, and SDL 2.0.2 without -dev, installed before running Retropie-Setup

@joolswills
Copy link
Member

joolswills commented Oct 15, 2018

Please follow instructions when opening a ticket

Please start a topic on the RetroPie forum before opening an issue - https://retropie.org.uk/forum/

This includes edit suggestions for the wiki. There are more people to help on the forum.

Once a problem has been verified on the forum, an issue can be opened here.

Please remove this text before posting.

@joolswills
Copy link
Member

We don't officially support Devuan either - it was a 3rd party contribution to allow RetroPie-Setup to be run on this OS. If you want a change of behaviour, you will need to submit a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants