Skip to content

Conversation

dc-redeclipse
Copy link
Member

harden the dependencies for the future and adding Arch

harden the dependencies
- Fedora: `dnf install curl SDL2 SDL2_mixer SDL2_image`
- Debian/Ubuntu: `sudo apt-get install build-essential curl git libsdl2-2.0-0 libsdl2-image-2.0-0 libsdl2-mixer-2.0-0 libopenal1 libsndfile1 zlib1g libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libopenal-dev libsndfile-dev zlib1g-dev`
- Fedora: `sudo dnf groupinstall "Development Tools" && sudo dnf install curl git SDL2 SDL2_image SDL2_mixer openal-soft libsndfile zlib SDL2-devel SDL2_image-devel SDL2_mixer-devel openal-soft-devel libsndfile-devel zlib-devel`
- Arch: `sudo pacman -S base-devel curl git sdl2 sdl2_image sdl2_mixer openal libsndfile zlib`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tarball installs do not need devel libraries.

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.

2 participants