We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I downloaded the source for the latest stable release, and these didn't work, like they normally should.
external/download.sh mkdir build cd build ../configure make make install
Instead, I had to go into the generated makefile, and change the following lines to this:
makefile
CFLAGS = -g -O2 -I/usr/include/SDL2 -DSDL_MAIN_HANDLED -Wall LIBS = -lSDL2
I've yet to test if this installed properly, though the console says everything is ok with the install...
Oh, and it seemed like the external format files weren't discovered for some reason, IDK why.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I downloaded the source for the latest stable release, and these didn't work, like they normally should.
Instead, I had to go into the generated
makefile
, and change the following lines to this:I've yet to test if this installed properly, though the console says everything is ok with the install...
Oh, and it seemed like the external format files weren't discovered for some reason, IDK why.
The text was updated successfully, but these errors were encountered: