mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-22 09:40:46 +00:00
Fixed merge conflict in the README
This commit is contained in:
parent
36132f7d8a
commit
f9f256c29c
1 changed files with 2 additions and 3 deletions
|
@ -411,8 +411,7 @@ This project's GitHub.net Git repository can be checked out through Git with the
|
|||
|
||||
Existing repositories can be updated manually:
|
||||
|
||||
> git submodule init
|
||||
> git submodule update --recursive
|
||||
> git submodule update --init --recursive
|
||||
|
||||
|
||||
|
||||
|
@ -428,7 +427,7 @@ Existing repositories can be updated manually:
|
|||
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`
|
||||
Recommended in this case is `cmake-vs2022-win64-no-ffmpeg.bat`
|
||||
|
||||
5. Use the VS2022 solution to compile what you need:
|
||||
RBDOOM-3-BFG/build/RBDoom3BFG.sln
|
||||
|
|
Loading…
Reference in a new issue