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

CMake support #585

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

CMake support #585

wants to merge 1 commit into from

Conversation

Pan7
Copy link

@Pan7 Pan7 commented Jan 23, 2023

Successfully compiled and linked with MinGW 32-bit and MSVC 2019 32-bit.
Successfully compiled with MacOSX 10.4 (could not link with precompiled sdl2 libs, sdl2 requires 10.5 or later).
There is cmake scripts missing for cross-compiling, was not able to create one for a 64-bit build within a 32-bit system.
There is currently no check for supported platforms and compilers.
When building with make then you can use the parameter V=1 to check the cflags, because there is definitely some wrong or missing.
is yacc and stringify somehow required with cmake?

@mgerhardy
Copy link

mgerhardy commented Feb 22, 2023

have you seen these ones?

#559
#258

@Pan7
Copy link
Author

Pan7 commented Jun 7, 2023

have you seen these ones?

#559 #258
I have seen #258
Have you seen this? #258 (comment)

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

Successfully merging this pull request may close these issues.

None yet

2 participants