mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 06:50:06 +00:00
Add tip when cmake does not generate x64 builds on windows
parent
78e0f3221f
commit
bc9ccacd2c
@ -7,4 +7,6 @@
|
||||
* 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)
|
||||
|
||||
* 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.
|
Loading…
Reference in New Issue
Block a user