Updated Common Issues (markdown)

Maribel 2016-05-02 13:55:40 +01:00
parent 63caab3473
commit 0a9048b65d

@ -7,6 +7,8 @@
* Also, make sure platforms/qwindows.dll in the application directory. If not there you will find it in C:\Qt\5.4\msvc2013_64_opengl\plugins\platforms by default. Just copy it. * Also, make sure platforms/qwindows.dll in the application directory. If not there you will find it in C:\Qt\5.4\msvc2013_64_opengl\plugins\platforms by default. Just copy it.
![8](http://i.imgur.com/foNxdm9.png?1) ![8](http://i.imgur.com/foNxdm9.png?1)
* You will also need the x64 variant of [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145) from Microsoft (vc_redist.x64.exe), if you don't already have it.
* QT 5.3 is known to fail in Windows building citra. Install QT 5.3.1 or greater for the result. * QT 5.3 is known to fail in Windows building citra. Install QT 5.3.1 or greater for the result.
* If CMake keeps making Win32 builds, you may need to manually specify `CMAKE_GENERATOR_PLATFORM` with a string value of `x64` when configuring. * If CMake keeps making Win32 builds, you may need to manually specify `CMAKE_GENERATOR_PLATFORM` with a string value of `x64` when configuring.