-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
ioquake3: Switch to CMake for building #4094
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
Conversation
ioquake3 `Makefile` is gonna be deprecated by November 6, 2025. See: - ioquake/ioq3#750 - ioquake/ioq3@2c893f2
|
@marshall-lee thank you for the PR. I tested it and seems to work fine, using |
|
Thanks for testing it. So how can I help with older images in the context of this PR? |
|
I can see 2 methods - either relaxing the EDIT: it seems the 1st method won't work, cmake needs a newer version than the one shipped by RaspiOS 10 (3.16). |
|
We could use an older version of ioquake3 for systems with a version of cmake that is too old, but would need some additional build logic. Perhaps setting |
Ok I'll try to add such logic |
|
So |
|
In my commit e91175a I attempted to implement @joolswills proposal about locking the git revision of ioquake3 for older systems (Buster and Bullseye). On these systems |
|
Looks ok, tested on recent Trixie. |
|
@marshall-lee thank you for the PR ! |
ioquake3
Makefileis gonna be deprecated by November 6, 2025.See: