From c9d2c920010bc6f482a31e2c2d61226462c9bb9b Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Fri, 29 Sep 2023 06:37:22 +0300 Subject: [PATCH] Update building-windows.md update windows building notes --- documents/building-windows.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/documents/building-windows.md b/documents/building-windows.md index f3614f62..0a5e8e86 100644 --- a/documents/building-windows.md +++ b/documents/building-windows.md @@ -1,16 +1,8 @@ # How to build shadps4 in windows -## Download VStudio Community 2022 17.7 +## Download VStudio Community 2022 17.7.4 -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) - -You can still build with vstudio 17.6 version but it will be issues with running it inside vstudio (useful for debugging) and preview vstudio uses latest clang 16 so it might be better - -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) +[VStudio 2022](https://visualstudio.microsoft.com/vs/) ## Requirements