mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[general] Added release build instructions to readme
This commit is contained in:
parent
6e3cb5dfdc
commit
a3883411be
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue