Updated Common Issues (markdown)

Weiyi Wang 2018-07-19 14:06:28 +03:00
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
---