26 lines
551 B
Markdown
26 lines
551 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2024 shadPS4 Emulator Project
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
-->
|
|
|
|
# How to build shadps4 in windows
|
|
|
|
## Download VStudio Community 2022 17.7.4
|
|
|
|
[VStudio 2022](https://visualstudio.microsoft.com/vs/)
|
|
|
|
## 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
|