mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 02:40:05 +00:00
update and clean up
parent
f153a521e1
commit
0a6717883f
@ -28,13 +28,11 @@ NOTE: Citra by default downloads to C:\Users\<user-name>\citra
|
||||
![11](http://i.imgur.com/DeafFmS.jpg)
|
||||
* For the build directory, use a `build/` subdirectory inside the source directory or some other directory of your choice. (Tell CMake to create it.)
|
||||
|
||||
* Click the "Configure" button and choose "Visual Studio 15 2017 Win64"
|
||||
* Click the "Configure" button and choose "Visual Studio 15 2017 Win64"
|
||||
![12](http://i.imgur.com/RvVcyCP.jpg)
|
||||
* NOTE: If you get errors like "XXX does not contain a CMakeLists.txt file" at this step, it means you didn't use the `--recursive` flag in the clone step, or you used tools other than the git CLI. Please run "git submodule update --init --recursive" to get remaining dependencies.
|
||||
|
||||
* 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/nyHvJSJ.jpg)
|
||||
* NOTE: If you used github's own app to clone, run "git submodule update --init --recursive" to get remaining dependencies.
|
||||
* Click "Generate" to create the project files.
|
||||
* Click "Generate" to create the project files.
|
||||
|
||||
![14](http://i.imgur.com/CkZgD4p.jpg)
|
||||
|
||||
@ -60,8 +58,6 @@ NOTE: Citra by default downloads to C:\Users\<user-name>\citra
|
||||
|
||||
## MinGW-w64 Build with MSYS2
|
||||
|
||||
### Note that these instructions are a draft, and are dependent on the MinGW build changes to be merged
|
||||
|
||||
#### Prerequisites to install
|
||||
* [MSYS2](http://msys2.github.io/)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user