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
The current version builds Raylib 2.4-dev which is a little old. The current version of Raylib is 5.0 and has a bunch of new functions in it's API.
It should be as simple as replacing the URL in the alien file with: https://github.com/raysan5/raylib/archive/refs/tags/5.0.tar.gz
https://github.com/raysan5/raylib/archive/refs/tags/5.0.tar.gz
EDIT: Turns out I was wrong, the SHARED and STATIC options to cmake were removed in favor of BUILD_SHARED_LIBS.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The current version builds Raylib 2.4-dev which is a little old. The current version of Raylib is 5.0 and has a bunch of new functions in it's API.
It should be as simple as replacing the URL in the alien file with:
https://github.com/raysan5/raylib/archive/refs/tags/5.0.tar.gz
EDIT: Turns out I was wrong, the SHARED and STATIC options to cmake were removed in favor of BUILD_SHARED_LIBS.
The text was updated successfully, but these errors were encountered: