From 00a145906cd321efbdd774caf15eb364c0ee9ba8 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Sat, 31 Mar 2018 21:35:07 +0200 Subject: [PATCH] [general] Updated README with wine 3.5 hints --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6331d746..3f0fd294 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,11 @@ For binary releases, see the [releases](https://github.com/doitsujin/dxvk/releas ## Build instructions ### Requirements: -- [wine 3.4](https://www.winehq.org/) or newer +- [wine 3.5](https://www.winehq.org/) or newer - [Meson](http://mesonbuild.com/) build system (at least 0.43) - [MinGW64](http://mingw-w64.org/) compiler and headers (requires threading support) - [glslang](https://github.com/KhronosGroup/glslang) front end and validator -**Note:** As of Wine 3.4, enabling Vulkan support requires some manual setup that is described in steps 2 to 4 on the original [wine-vulkan](https://github.com/roderickc/wine-vulkan/blob/master/README.md) README page. - ### Building DLLs Inside the dxvk directory, run: ```