Don't run this in msys. Run these command in windows command line directly
CMake Error at CMakeLists.txt:36 (project):
No CMAKE_CXX_COMPILER could be found.
I tried running it on CMD (windows command), but it doesnt recognize any compiler i guess. I made a noob mistake?
C:\Windows\System32\citra>cd build
C:\Windows\System32\citra\build>cmake.exe .. -TLLVM-vs2014 -G"Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_SDL2=1 -DCITRA_USE_BUNDLED_QT=1 -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:36 (project):
No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:36 (project):
No CMAKE_CXX_COMPILER could be found.
-- Configuring incomplete, errors occurred!
See also "C:/Windows/System32/citra/build/CMakeFiles/CMakeOutput.log".
See also "C:/Windows/System32/citra/build/CMakeFiles/CMakeError.log".
C:\Windows\System32\citra\build>cmake --build --target citra-qt
Usage: cmake --build <dir> [options] [-- [native-options]]
Options:
<dir> = Project binary directory to be built.
--target <tgt> = Build <tgt> instead of default targets.
May only be specified once.
--config <cfg> = For multi-configuration tools, choose <cfg>.
--clean-first = Build target 'clean' first, then build.
(To clean only, use --target 'clean'.)
--use-stderr = Ignored. Behavior is default in CMake >= 3.0.
-- = Pass remaining options to the native tool.
C:\Windows\System32\citra\build># test citra out with
'#' is not recognized as an internal or external command,
operable program or batch file.
C:\Windows\System32\citra\build>.\bin\Release\citra-qt