Skip to content

Conversation

BeardyKing
Copy link

=== INFO ===

When running aarch64 bookworm for the Raspberry Pi 5 we fail to build this project as SDL3 is not distributed

To address this I've pulled in a snippet from the SDL3 CMake example which builds SDL from source when it fails find_package

I've set the git tag to the most recent release: release-3.2.16

=== CODE ===

/CMakeList.txt

  • Added fallback code which builds SDL3 from source when it fails find_package

/.gitignore

  • Added .idea/ to the ignore list, this folder is used by JetBrains products / CLion

…ia find_package

=== INFO ===

When running aarch64 bookworm for the Raspberry Pi 5 we fail to build this project as SDL3 is not distributed

To address this I've pulled in a snippet from the SDL3 CMake example which builds SDL from source when it fails find_package

I've set the git tag to the most recent release `release-3.2.16`

=== CODE ===

/CMakeList.txt
- Added fallback code which builds SDL3 from source when it fails find_package

/.gitignore
- Added .idea/ to the ignore list, this folder is used by JetBrains products /
CLion
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.

1 participant