mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-01 16:31:45 +00:00
Added instructions for openSUSE.
This commit is contained in:
parent
853eaa5a00
commit
6c643f5164
1 changed files with 9 additions and 1 deletions
10
README.txt
10
README.txt
|
@ -165,8 +165,16 @@ _________________________
|
|||
|
||||
> yum install cmake SDL-devel openal-devel
|
||||
|
||||
On openSUSE (tested in 13.1)
|
||||
|
||||
> zypper in openal-soft-devel cmake libSDL-devel libffmpeg1-devel
|
||||
|
||||
For SDL 2 replace "libSDL-devel" with "libSDL2-devel".
|
||||
"libffmpeg1-devel" requires the PackMan repository. If you don't have that repo, and don't want to add it, remove the "libffmpeg1-devel" option and compile without ffmpeg support.
|
||||
If you have the repo and compiles with ffmpeg support, make sure you download "libffmpeg1-devel", and not "libffmpeg-devel".
|
||||
|
||||
Instead of SDL1.2 development files you can also use SDL2, but so far it
|
||||
seems like no distributions has packages for it yet, so you may have to
|
||||
seems like no distributions except openSUSE has packages for it yet, so you may have to
|
||||
compile and install SDL2 yourself.
|
||||
(There may be inofficial repositories like Ubuntu PPAs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue