[general] Updated README

This commit is contained in:
Philip Rebohle 2017-12-12 12:54:49 +01:00
parent 2a266eaad4
commit 0558955388
1 changed files with 4 additions and 2 deletions

View File

@ -15,14 +15,16 @@ For the current status of the project, please refer to the [project wiki](https:
### Building DLLs
Inside the dxvk directory, run:
```
# 64-bit build. For 32-bit builds, replace
# build-win64.txt with build-win32.txt
meson --cross-file build-win64.txt build.w64
cd build.w64
meson configure -Dprefix=/your/directory
meson configure -Dprefix=/target/directory
ninja
ninja install
```
Both `dxgi.dll` and `d3d11.dll`as well as some demo executables will be located in `/your/directory/bin`. 32-bit builds are currently not supported.
Both `dxgi.dll` and `d3d11.dll`as well as some demo executables will be located in `/your/directory/bin`.
## How to use
In order to run `executable.exe` with DXVK,