From be441bd3a7f1c051f70f6ab4eb243164d672ff2a Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Mon, 3 Jul 2017 13:53:32 +0200 Subject: [PATCH] README: relax qt5 version requirement to 5.7 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eea07cc362..ab1a9a4ba0 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ If you want to contribute please take a look at the [Coding Style](https://githu * [Visual C++ Redistributable Packages for Visual Studio 2015](http://www.microsoft.com/en-us/download/details.aspx?id=48145) * [Cmake 3.1.0+](https://www.cmake.org/download/) (required; add to PATH) * [Python 3.3+](https://www.python.org/downloads/) (required; add to PATH) -* [Qt 5.8+](https://www.qt.io/download-open-source/) (required; add QTDIR `\5.8\msvc2015_64\` environment variable if you do not want to use the Visual Studio Qt Plugin) +* [Qt 5.7+](https://www.qt.io/download-open-source/) (required; add QTDIR `\5.7\msvc2015_64\` environment variable if you do not want to use the Visual Studio Qt Plugin) * [Visual Studio Qt Plugin](https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools2015) (optional; see above) ### Linux -* [Qt 5.8+](https://www.qt.io/download-open-source/) +* [Qt 5.7+](https://www.qt.io/download-open-source/) * GCC 5.1+ or Clang 3.5.0+ ([not GCC 6.1](https://github.com/RPCS3/rpcs3/issues/1691)) * Debian & Ubuntu: `sudo apt-get install cmake build-essential libasound2-dev libopenal-dev libglew-dev zlib1g-dev libedit-dev libvulkan-dev libudev-dev git qt5-default` * Arch: `sudo pacman -S glew openal cmake llvm qt5-base` @@ -46,12 +46,12 @@ To initialize the repository don't forget to execute `git submodule update --ini ### Configuring Qt *If you're using Visual Studio 2017 without Qt plugin support (or simply dont want to use it):* -1) Add `QTDIR` environment variable and set it to `\5.8\msvc2015_64\`
+1) Add `QTDIR` environment variable and set it to `\5.7\msvc2015_64\`
*OR*
-open the SLN, wait for projects to load, in explorer open `rpcs3qt/rpcs3qt.vcxproj.user` and set `QtInstallFolder/5.8/msvc2015_64` +open the SLN, wait for projects to load, in explorer open `rpcs3qt/rpcs3qt.vcxproj.user` and set `QtInstallFolder/5.7/msvc2015_64` *If you wish to use the Visual Studio plugin for Qt:*
-1) Go to the Qt5 menu and edit Qt5 options. Add the path to your Qt installation with compiler e.g. `C:\Qt\5.8\msvc2015_64`.
+1) Go to the Qt5 menu and edit Qt5 options. Add the path to your Qt installation with compiler e.g. `C:\Qt\5.7\msvc2015_64`.
2) While selecting the rpcs3qt project, go to Qt5->Project Setting and select the version you added. ### Building the projects