From 85e22553a7dc950ef02dfc4c8289435b2226ba19 Mon Sep 17 00:00:00 2001 From: Marshall Mohror Date: Thu, 13 Feb 2020 16:50:52 -0600 Subject: [PATCH] Clang-CL is proven not working due to cryptopp --- Building-for-Windows.md | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 2e1c81b..7663550 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -92,31 +92,4 @@ make -j4 Doesn't require the rather large Qt dependency, but you will lack a GUI frontend. -* Pass the `-DENABLE_QT=no` flag to cmake - - -## Clang build using clang-cl - -:warning: This section is outdated and may not work - -#### Prerequisites to install - * **[LLVM](http://releases.llvm.org/download.html#3.9.0)** - The clang compiler - * **[Visual Studio 2015 Community](https://www.visualstudio.com/products/visual-studio-community-vs)** - **Make sure to select C++ support in the installer**. - * **[CMake](http://www.cmake.org/cmake/resources/software.html)** - Used to generate Visual Studio project files. - * **Git** - We recommend [msysgit](http://msysgit.github.io/). -Follow the installers instructions. - -#### Clone the Citra repository with git. - - * `git clone --recursive https://github.com/citra-emu/citra.git` - * `cd citra` - -#### Run the following commands to build Citra -``` -mkdir build -cd build -cmake.exe .. -TLLVM-vs2014 -G"Visual Studio 15 2017 Win64" -DCITRA_USE_BUNDLED_SDL2=1 -DCITRA_USE_BUNDLED_QT=1 -DCMAKE_BUILD_TYPE=Release -cmake --build . --target citra-qt -# test citra out with -.\bin\Release\citra-qt -``` \ No newline at end of file +* Pass the `-DENABLE_QT=no` flag to cmake \ No newline at end of file