mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 05:50:06 +00:00
Fixed screenshot positioning
parent
37c59c80e3
commit
56193dabc0
@ -8,6 +8,7 @@ On Windows, all library dependencies are automatically included within the "exte
|
|||||||
* **Git** - We recommend [msysgit](http://msysgit.github.io/).
|
* **Git** - We recommend [msysgit](http://msysgit.github.io/).
|
||||||
![3](http://i.imgur.com/joCBhIB.jpg)
|
![3](http://i.imgur.com/joCBhIB.jpg)
|
||||||
* While installing Git Bash, you should tell it to include Git in your system path. (Choose the "Use Git from the Windows Command Prompt" option.) If you missed that, don't worry, you'll just have to manually tell CMake where your git.exe is, since it's used to include version info into the built executable.
|
* While installing Git Bash, you should tell it to include Git in your system path. (Choose the "Use Git from the Windows Command Prompt" option.) If you missed that, don't worry, you'll just have to manually tell CMake where your git.exe is, since it's used to include version info into the built executable.
|
||||||
|
|
||||||
![4](http://i.imgur.com/th8sFud.jpg)
|
![4](http://i.imgur.com/th8sFud.jpg)
|
||||||
|
|
||||||
|
|
||||||
@ -24,16 +25,13 @@ NOTE: Citra by default downloads to C:\Users\<user-name>\citra
|
|||||||
### Building
|
### Building
|
||||||
* Open cmake-gui and point it to the Citra directory. Default: C:\Users\<user name>\citra
|
* Open cmake-gui and point it to the Citra directory. Default: C:\Users\<user name>\citra
|
||||||
![10](http://i.imgur.com/uFKhnKO.jpg)
|
![10](http://i.imgur.com/uFKhnKO.jpg)
|
||||||
|
![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.)
|
* For the build directory, use a `build/` subdirectory inside the source directory or some other directory of your choice. (Tell CMake to create it.)
|
||||||
|
|
||||||
![11](http://i.imgur.com/DeafFmS.jpg)
|
|
||||||
|
|
||||||
* 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)
|
![12](http://i.imgur.com/RvVcyCP.jpg)
|
||||||
|
|
||||||
* 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/nyHvJSJ.jpg)
|
![13](http://i.imgur.com/nyHvJSJ.jpg)
|
||||||
|
|
||||||
* Click "Generate" to create the project files.
|
* Click "Generate" to create the project files.
|
||||||
|
Loading…
Reference in New Issue
Block a user