mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[meta] Add README entry about submodules
This commit is contained in:
parent
c1448d31fa
commit
9feed43abf
1 changed files with 7 additions and 0 deletions
|
@ -33,6 +33,13 @@ export WINEPREFIX=/path/to/.wine-prefix
|
||||||
|
|
||||||
## Build instructions
|
## Build instructions
|
||||||
|
|
||||||
|
In order to pull in all submodules that are needed for building, clone the repository using the following command:
|
||||||
|
```
|
||||||
|
git clone --recursive https://github.com/doitsujin/dxvk.git
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Requirements:
|
### Requirements:
|
||||||
- [wine 3.10](https://www.winehq.org/) or newer
|
- [wine 3.10](https://www.winehq.org/) or newer
|
||||||
- [Meson](https://mesonbuild.com/) build system (at least version 0.49)
|
- [Meson](https://mesonbuild.com/) build system (at least version 0.49)
|
||||||
|
|
Loading…
Add table
Reference in a new issue