commit
0719e9c46f
|
@ -22,11 +22,11 @@ The project started as a fun project. Due to short free time, it will probably t
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
Check building instructions in [windows build](https://github.com/georgemoralis/shadPS4/blob/main/documents/building-windows.md)
|
Check building instructions in [windows build](https://github.com/shadps4-emu/shadPS4/blob/main/documents/building-windows.md)
|
||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
|
|
||||||
Check building instructions in [linux build](https://github.com/georgemoralis/shadPS4/blob/main/documents/linux_building.md)
|
Check building instructions in [linux build](https://github.com/shadps4-emu/shadPS4/blob/main/documents/linux_building.md)
|
||||||
|
|
||||||
## Build status
|
## Build status
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
# How to build shadps4 in windows
|
# How to build shadps4 in windows
|
||||||
|
|
||||||
## Download VStudio Community 2022 17.7.4
|
## Download VStudio Community 2022 17.9.5
|
||||||
|
|
||||||
[VStudio 2022](https://visualstudio.microsoft.com/vs/)
|
[VStudio 2022](https://visualstudio.microsoft.com/vs/)
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ Install the following
|
||||||
|
|
||||||
### From Individual components tab install
|
### From Individual components tab install
|
||||||
|
|
||||||
- C++ Clang Compiler for Windows (16.0.5)
|
- C++ Clang Compiler for Windows (17.0.3)
|
||||||
- MSBuild support for LLVM (clang-cl) toolset
|
- MSBuild support for LLVM (clang-cl) toolset
|
||||||
|
|
||||||
- ## Compiling
|
- ## Compiling
|
||||||
|
|
Loading…
Reference in New Issue