Merge pull request #534 from SyedAhkam/patch-1

Fix openSUSE reqs command not rendering correctly
This commit is contained in:
Robert Beckebans 2021-03-15 21:14:21 +01:00 committed by GitHub
commit 5afa8e99c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -268,6 +268,7 @@ Existing repositories can be updated manually:
> sudo pacman -S sdl2 cmake openal ffmpeg
On openSUSE
> sudo zypper install cmake libSDL2-devel openal-soft-devel
You don't need FFmpeg to be installed. You can also turn it off by add -DFFMPEG=OFF to the CMake options.