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

Build issues on Cygwin + GCC (WITHOUT mingw) #311

Open
Ratstail91 opened this issue Oct 13, 2022 · 0 comments
Open

Build issues on Cygwin + GCC (WITHOUT mingw) #311

Ratstail91 opened this issue Oct 13, 2022 · 0 comments

Comments

@Ratstail91
Copy link

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:

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.

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

1 participant