1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 02:52:10 +01:00

[general] Added release build instructions to readme

This commit is contained in:
Philip Rebohle 2018-01-17 21:18:41 +01:00
parent 6e3cb5dfdc
commit a3883411be
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -20,11 +20,13 @@ Inside the dxvk directory, run:
meson --cross-file build-win64.txt build.w64 meson --cross-file build-win64.txt build.w64
cd build.w64 cd build.w64
meson configure -Dprefix=/target/directory meson configure -Dprefix=/target/directory
# for an optimized release build:
meson configure -Dbuildtype=release
ninja ninja
ninja install 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 ## How to use
In order to run `executable.exe` with DXVK, In order to run `executable.exe` with DXVK,