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
To reproduce:
new lua
Instead of creating a cartridge, it complains that it can't find any language.
Workaround: Pre-compile with cmake -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=On -DBUILD_STATIC=On ..
cmake -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=On -DBUILD_STATIC=On ..
The text was updated successfully, but these errors were encountered:
Same thing happened with me, also Ubuntu.
The workaround provided worked for me.
Sorry, something went wrong.
Update Ubuntu 24.04 build instructions
6576f6a
Fix build instructions for Ubuntu 24.04 as informed in issue nesbox#2742
No branches or pull requests
To reproduce:
new lua
Instead of creating a cartridge, it complains that it can't find any language.
Workaround: Pre-compile with
cmake -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=On -DBUILD_STATIC=On ..
The text was updated successfully, but these errors were encountered: