Skip to content

Commit

Permalink
[meta] Add README entry about submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
doitsujin committed Aug 21, 2022
1 parent c1448d3 commit 9feed43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ export WINEPREFIX=/path/to/.wine-prefix

## 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:
- [wine 3.10](https://www.winehq.org/) or newer
- [Meson](https://mesonbuild.com/) build system (at least version 0.49)
Expand Down

0 comments on commit 9feed43

Please sign in to comment.