Common Issues - Citra

Building for all platforms If you have encountered such an error: /path/to/citra/externals/ 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 --recursive Building for Windows For running Citra builds, make sure to have Qt5Core.dll, Qt5Gui.dll, Qt5OpenGL.dll, Qt5Widgets.dll, Qt5Multimedia.dll, Qt5Network.dll and SDL2.dll in either the application directory or in the system PATH.



You are about to be redirected to another page. We are not responsible for the content of that page or the consequences it may have on you.