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

Use CMake for building. Crude, but effective. #347

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

Conversation

ashalkhakov
Copy link

This is what I use for building Spearmint on Steam Deck. I realize it's very crude, but it worked for me so far.

@zturtleman
Copy link
Owner

It's interesting as a close (incomplete) direct port of the Makefile to CMake (different from the three open CMake PRs for ioquake3) but I don't want to take on maintaining CMake support (especially if it's not upstream in ioquake3).

I also don't understand why this is needed for building on Steam Deck as it's based on Arch Linux and presumably should be able to build with the Makefile directly using the make command. You could open an issue with why make doesn't work on Steam Deck and see if we could figure that out.

@ashalkhakov
Copy link
Author

Installing make on Steam Deck requires root password, and it doesn't play well with system updates. Thanks for the link on existing PRs, I'll be sure to check! I don't want to maintain this either, it's just that I don't want to go down the rabbit hole of Steam Deck modding. Feel free to close.

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