Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-08-21 22:24:23 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-08-21 23:39:00 +0300
commit2e03677413049393250487308fd6114891ab1822 (patch)
tree0c422656dff7dd9f10f9172053b28ad231cd7362
parentee3da4725adc0f9b802b8793c450ecc1301f4c2a (diff)
[meta] Add README entry about submodulessubmodules
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index db344e37..12260af6 100644
--- a/README.md
+++ b/README.md
@@ -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)