mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-22 09:40:46 +00:00
Update README to document DXC_CUSTOM_PATH as an alternative to modifying PATH for dxc
This commit is contained in:
parent
82455c188d
commit
c7f5dd7aa4
1 changed files with 2 additions and 0 deletions
|
@ -449,6 +449,8 @@ Recommended in this case is `cmake-vs2022-win64-no-ffmpeg.bat`
|
|||
> # DXC compiler
|
||||
> PATH="~/dxc-artifacts/bin:$PATH"
|
||||
|
||||
As an alternative to modifying your PATH, you can add -DDXC\_CUSTOM_PATH=\<path-to-dxc-binary> to the CMake options.
|
||||
|
||||
2. You need the following dependencies in order to compile RBDoom3BFG with all features:
|
||||
|
||||
On Debian or Ubuntu:
|
||||
|
|
Loading…
Reference in a new issue