From 399870298169c3f2d57f7b54ae2094fa2fac8146 Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Mon, 9 Oct 2023 15:20:08 +0200 Subject: [PATCH] Updated DXC instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 99a602a4..9cc03ef1 100644 --- a/README.md +++ b/README.md @@ -442,6 +442,10 @@ Recommended in this case is `cmake-vs2022-64bit-no-ffmpeg.bat` # Compiling on Linux 1. Go to https://github.com/microsoft/DirectXShaderCompiler and download the DXC binaries for Linux and put them into your local PATH. + E.g. Unpack dxc-artifacts.tar.gz to your home directory and add this to your ~/.profile + + > # DXC compiler + > PATH="~/dxc-artifacts/bin:$PATH" 2. You need the following dependencies in order to compile RBDoom3BFG with all features: