mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-23 10:12:59 +00:00
Updated Linux compile instructions for Fedora 40
This commit is contained in:
parent
834018c9a4
commit
645e26da74
1 changed files with 2 additions and 2 deletions
|
@ -458,11 +458,11 @@ Recommended in this case is `cmake-vs2022-win64-no-ffmpeg.bat`
|
|||
|
||||
On Debian or Ubuntu:
|
||||
|
||||
> apt-get install cmake libsdl2-dev libopenal-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libvulkan-dev libncurses-dev
|
||||
> sudo apt install cmake libsdl2-dev libopenal-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libvulkan-dev libncurses-dev
|
||||
|
||||
On Fedora
|
||||
|
||||
> yum install cmake SDL-devel openal-devel ffmpeg-devel ncurses-devel
|
||||
> sudo dnf install cmake clang SDL2-devel openal-devel ffmpeg-devel ncurses-devel vulkan-devel
|
||||
|
||||
On ArchLinux
|
||||
|
||||
|
|
Loading…
Reference in a new issue