From a3883411be63f6487eb7108720904dfba44752a7 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Wed, 17 Jan 2018 21:18:41 +0100 Subject: [PATCH] [general] Added release build instructions to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9a39f33c..360d3213d 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,13 @@ Inside the dxvk directory, run: meson --cross-file build-win64.txt build.w64 cd build.w64 meson configure -Dprefix=/target/directory +# for an optimized release build: +meson configure -Dbuildtype=release ninja ninja install ``` -Both `dxgi.dll` and `d3d11.dll`as well as some demo executables will be located in `/your/directory/bin`. +Both `dxgi.dll` and `d3d11.dll`as well as some demo executables will be located in `/target/directory/bin`. ## How to use In order to run `executable.exe` with DXVK,