mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 04:50:04 +00:00
Add support for VS2017
parent
f9835e3726
commit
32d96ed891
@ -2,7 +2,7 @@
|
|||||||
### Minimal Dependencies
|
### Minimal Dependencies
|
||||||
On Windows, all library dependencies are automatically included within the "externals" folder or can be downloaded on-demand. To build Citra, you simply need to install:
|
On Windows, all library dependencies are automatically included within the "externals" folder or can be downloaded on-demand. To build Citra, you simply need to install:
|
||||||
|
|
||||||
* **[Visual Studio 2015 Community](https://www.visualstudio.com/products/visual-studio-community-vs)** - **Make sure to select C++ support in the installer**.
|
* **[Visual Studio 2015/2017 Community](https://www.visualstudio.com/products/visual-studio-community-vs)** - **Make sure to select C++ support in the installer**.
|
||||||
* **[CMake](http://www.cmake.org/cmake/resources/software.html)** - Used to generate Visual Studio project files.
|
* **[CMake](http://www.cmake.org/cmake/resources/software.html)** - Used to generate Visual Studio project files.
|
||||||
![2](http://i.imgur.com/JEabR4V.png?2)
|
![2](http://i.imgur.com/JEabR4V.png?2)
|
||||||
* **Git** - We recommend [msysgit](http://msysgit.github.io/).
|
* **Git** - We recommend [msysgit](http://msysgit.github.io/).
|
||||||
@ -28,7 +28,7 @@ NOTE: Citra by default downloads to C:\Users\<user-name>\citra
|
|||||||
|
|
||||||
![11](http://i.imgur.com/mwes5AV.png?1)
|
![11](http://i.imgur.com/mwes5AV.png?1)
|
||||||
|
|
||||||
* Click the "Configure" button and choose "Visual Studio 14 2015 Win64".
|
* Click the "Configure" button and choose "Visual Studio 14 2015 Win64" or "Visual Studio 15 2017 Win64", depending on which version of Visual Studio you are using.
|
||||||
* When CMake gives you an error, find the CITRA_USE_BUNDLED_SDL2 and CITRA_USE_BUNDLED_QT options on the list and check their respective checkboxes. Click configure again. CMake will now download the required libraries.
|
* When CMake gives you an error, find the CITRA_USE_BUNDLED_SDL2 and CITRA_USE_BUNDLED_QT options on the list and check their respective checkboxes. Click configure again. CMake will now download the required libraries.
|
||||||
|
|
||||||
![13](http://i.imgur.com/scH2BrY.png?2)
|
![13](http://i.imgur.com/scH2BrY.png?2)
|
||||||
|
Loading…
Reference in New Issue
Block a user