From 35c4095a6af996b8697eb1107ef8c4fbc9b72e00 Mon Sep 17 00:00:00 2001 From: Thompson Lee Date: Fri, 1 Jul 2016 19:24:05 -0400 Subject: [PATCH] Adding new known issues to the wiki in regards to missing soundtouch CMakeLists.txt. Includes info for TortoiseGIT users. --- Common-Issues.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Common-Issues.md b/Common-Issues.md index 6c967c9..603b19b 100644 --- a/Common-Issues.md +++ b/Common-Issues.md @@ -11,4 +11,11 @@ * 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. \ No newline at end of file +* 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. \ No newline at end of file