mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-22 09:40:46 +00:00
Updated compile instructions on Windows
This commit is contained in:
parent
59940e7037
commit
36132f7d8a
1 changed files with 6 additions and 3 deletions
|
@ -424,16 +424,19 @@ Existing repositories can be updated manually:
|
|||
|
||||
2. Download and install the latest CMake and make sure cmake.exe is added to your global or user PATH.
|
||||
|
||||
3. Generate the VS2022 projects using CMake by doubleclicking a matching configuration .bat file in the neo/ folder.
|
||||
3. Download and install the latest Vulkan SDK from LunarG: https://www.lunarg.com/vulkan-sdk/
|
||||
You can skip this step if you compile with DX12 only by adding -DUSE_VULKAN=OFF to the CMake options.
|
||||
|
||||
4. Generate the VS2022 projects using CMake by doubleclicking a matching configuration .bat file in the neo/ folder.
|
||||
Recommended in this case is `cmake-vs2022-64bit-no-ffmpeg.bat`
|
||||
|
||||
4. Use the VS2022 solution to compile what you need:
|
||||
5. Use the VS2022 solution to compile what you need:
|
||||
RBDOOM-3-BFG/build/RBDoom3BFG.sln
|
||||
|
||||
|
||||
## Optional if you want to use FFmpeg
|
||||
|
||||
6. Download ffmpeg-4.2.2-win64-shared.zip from ffmpeg.zeranoe.com/builds/win64/shared
|
||||
6. Download ffmpeg-4.2.2-win64-shared.zip from https://github.com/advancedfx/ffmpeg.zeranoe.com-builds-mirror/releases
|
||||
|
||||
7. Extract the FFmpeg DLLs to your current build directory under RBDOOM-3-BFG/build/
|
||||
|
||||
|
|
Loading…
Reference in a new issue