From f1ab57902297a06f2aafed0b3c00c92707883042 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Fri, 21 Jul 2023 11:05:31 +0300 Subject: [PATCH] Create building-windows.md vstudio 2002 instructions --- documents/building-windows.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 documents/building-windows.md diff --git a/documents/building-windows.md b/documents/building-windows.md new file mode 100644 index 00000000..b4cb6d46 --- /dev/null +++ b/documents/building-windows.md @@ -0,0 +1,26 @@ +# How to build shadps4 in windows + +## Download VStudio Community 2022 17.7 + +Atm it is on preview stage but there seems to be issues using clang + cmake + ninja in the current vstudio (17.6.5 ) +[vstudio 17.6.5 bug](https://developercommunity.visualstudio.com/t/cmake-generates-bad-dependencies-for-rc/10398924?q=cmake%20dependencies) + +So here is the link for vstudio 2020 17.7 preview (atm it is in preview 4) + + +[vstudio 17.7 preview](https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes-preview) + +## Requirements + +Install the following + +- Desktop development with c++ + +### From Individual components tab install + +- C++ Clang Compiler for Windows (16.0.5) +- MSBuild support for LLVM (clang-cl) toolset + +- ## Compiling + +- Open vstudio and select the clang debug or clang release . It should compile just fine