-
Notifications
You must be signed in to change notification settings - Fork 35
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
build on raspberry pi/raspbian #2
Comments
@sphaero can you confirm the prebuilt debian package works? (probably is since it's cmake built) |
I don't know what would cause that, and I don't know what to do because modifying that make script to make it work for Raspberry Pi could break it for other systems/distros. |
how do you run it? i mean without x but with what instead? |
I wouldn't worry about it. It works if you go the cmake route. I'm running it directly on the rpi from the console. SDL is able to open a window through what was once referred to as dispmanX. Not sure what's it's called now. It might be some calls coming from openGL ES. |
Just wanted to drop that it runs fine on a Raspberry Pi as long as you build it using cmake. The make-linux.sh scripts gives a binary which segfaults. Can't trace what's wrong with it, probably some compiler flag.
Tested on Raspbian GNU/Linux 10 (buster) on a RPI3B without Xorg.
Tested with a mod file which ran smooth.
The text was updated successfully, but these errors were encountered: