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

Ship C libraries with gem #274

Closed
v0dro opened this issue Apr 14, 2015 · 4 comments
Closed

Ship C libraries with gem #274

v0dro opened this issue Apr 14, 2015 · 4 comments

Comments

@v0dro
Copy link

v0dro commented Apr 14, 2015

I'm trying to use gosu on a Raspberry Pi and its becoming a hell of task to install all the libraries, since a few (like libsdl2-dev) aren't available from the official Raspbian repositories.

It would be great if you could ship the dependencies with gosu and compile them from source if they are not already present on the user's machine.

@jlnr
Copy link
Member

jlnr commented Apr 14, 2015

Bundling all the SDL libraries with Gosu and integrating them into the extconf script would be quite brutal. I think it would be simpler to set up a shell script that executes all the steps from this guide, what do you think?

https://github.com/jlnr/gosu/wiki/Getting-Started-on-Raspbian-%28Raspberry-Pi%29

@andrewhavens
Copy link

👍 Shell script auto-installer would be nice!

@v0dro
Copy link
Author

v0dro commented Apr 14, 2015

I hadn't noticed that wiki page. Thanks!

And yes an auto install would be great.

@jlnr
Copy link
Member

jlnr commented Nov 14, 2016

I'm closing this issue as bundling SDL 2 with Gosu is not feasible.

@jlnr jlnr closed this as completed Nov 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants