mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
Merge pull request #773 from diegorodriguezv/patch-1
Add libvulkan-dev dependency to ubuntu/debian compilation instructions
This commit is contained in:
commit
58cbae411b
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ Recommended in this case is `cmake-vs2022-64bit-no-ffmpeg.bat`
|
|||
|
||||
On Debian or Ubuntu:
|
||||
|
||||
> apt-get install cmake libsdl2-dev libopenal-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev
|
||||
> apt-get install cmake libsdl2-dev libopenal-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libvulkan-dev
|
||||
|
||||
On Fedora
|
||||
|
||||
|
|
Loading…
Reference in a new issue