mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 04:50:04 +00:00
Struggled for a few hours not realizing that the Visual studio version in cmake is outdated.
parent
e4f7c6e736
commit
542be26350
@ -30,7 +30,7 @@ NOTE: Citra by default downloads to `C:\Users\<user-name>\citra`
|
|||||||
![11](http://i.imgur.com/DeafFmS.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.)
|
||||||
|
|
||||||
* Click the "Configure" button and choose "Visual Studio 15 2017 Win64"
|
* Click the "Configure" button and choose "Visual Studio 17 2022 Win64" (Screenshot update needed)
|
||||||
![12](http://i.imgur.com/RvVcyCP.jpg)
|
![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.
|
* 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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user