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

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2022-09-11 10:54:35 +0300
committerJens Peters <jp7677@gmail.com>2022-09-11 11:17:34 +0300
commit02bb85f8ee13585d2872d5fe0c2df96c85d77d08 (patch)
treed846173094e1ca10ee0707abdc8c39da206f4411
parent0fb1b03897662492f377b84b26c7a369093eea3b (diff)
meta: Update build requirements
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e8ae4bb..308ee92 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ When available, DXVK-NVAPI uses NVIDIA's NVML management library to query temper
## How to build
-Like DXVK, this library is being built as a Windows DLL using MinGW, DXVK-NVAPI requires MinGW 9, MinGW 8 unfortunately has an outdated D3D12 header. Python 3 is needed for a prebuild validation script. This project uses git submodules, ensure to fetch them while or after cloning the repository.
+Like DXVK, this library is being built as a Windows DLL using MinGW. DXVK-NVAPI requires MinGW-w64 compiler and headers version 9 or newer, the Meson build system at least version 0.58 and Python 3 (needed for a prebuild validation script). This project uses git submodules. Ensure to fetch the submodules while or after cloning the repository, e.g. with `git clone --recurse-submodules git@github.com:jp7677/dxvk-nvapi.git`.
Run: