2024-02-23 22:32:32 +01:00
|
|
|
<!--
|
|
|
|
SPDX-FileCopyrightText: 2024 shadPS4 Emulator Project
|
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
-->
|
|
|
|
|
2023-07-21 10:05:31 +02:00
|
|
|
# How to build shadps4 in windows
|
|
|
|
|
2024-03-30 08:34:44 +01:00
|
|
|
## Download VStudio Community 2022 17.9.5
|
2023-07-21 10:05:31 +02:00
|
|
|
|
2023-09-29 05:37:22 +02:00
|
|
|
[VStudio 2022](https://visualstudio.microsoft.com/vs/)
|
2023-07-21 10:05:31 +02:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
Install the following
|
|
|
|
|
|
|
|
- Desktop development with c++
|
|
|
|
|
|
|
|
### From Individual components tab install
|
|
|
|
|
2024-03-30 08:34:44 +01:00
|
|
|
- C++ Clang Compiler for Windows (17.0.3)
|
2023-07-21 10:05:31 +02:00
|
|
|
- MSBuild support for LLVM (clang-cl) toolset
|
|
|
|
|
|
|
|
- ## Compiling
|
|
|
|
|
|
|
|
- Open vstudio and select the clang debug or clang release . It should compile just fine
|