mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 04:50:07 +00:00
Updated Common Issues (markdown)
parent
8641c151a4
commit
70c321ad7f
@ -3,7 +3,7 @@
|
||||
* If you have encountered such an error: `/path/to/citra/externals/<some_name_here> does not contain a CMakeLists.txt file.`, while configuring in CMake, it means you forgot to add `--recursive` when `git clone`. You can fix it by the following commands to obtain all submodules:
|
||||
|
||||
git submodule init
|
||||
git submodule update
|
||||
git submodule update --recursive
|
||||
|
||||
### Building for Windows
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user