From c7f5dd7aa43249679aa601a636bea438a1fb242c Mon Sep 17 00:00:00 2001 From: SRSaunders <82544213+SRSaunders@users.noreply.github.com> Date: Mon, 29 Apr 2024 01:39:45 -0400 Subject: [PATCH] Update README to document DXC_CUSTOM_PATH as an alternative to modifying PATH for dxc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1071f85e..e96dea81 100644 --- a/README.md +++ b/README.md @@ -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=\ to the CMake options. + 2. You need the following dependencies in order to compile RBDoom3BFG with all features: On Debian or Ubuntu: