Adding new known issues to the wiki in regards to missing soundtouch CMakeLists.txt. Includes info for TortoiseGIT users.

Thompson Lee 2016-07-01 19:24:05 -04:00
parent b68baa5fda
commit 35c4095a6a

@ -12,3 +12,10 @@
* QT 5.3 is known to fail in Windows building citra. Install QT 5.3.1 or greater for the result. * QT 5.3 is known to fail in Windows building citra. Install QT 5.3.1 or greater for the result.
* If CMake keeps making Win32 builds, you may need to manually specify `CMAKE_GENERATOR_PLATFORM` with a string value of `x64` when configuring. * If CMake keeps making Win32 builds, you may need to manually specify `CMAKE_GENERATOR_PLATFORM` with a string value of `x64` when configuring.
* If you have encountered an error, `/path/to/citra/externals/soundtouch does not contain a CMakeLists.txt file.`, while configuring in CMake, you need to use the following commands to recursively obtain the CMakeLists.txt for SoundTouch:
git submodule init
git submodule update
For TortoiseGIT users, this can be easily obtained via `Right Click Context Menu > TortoiseGIT > Submodule Update ...` and enable `Recursive` option in the Update Submodule wizard.