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:
parent
6e3cb5dfdc
commit
a3883411be
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user