mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-01 12:46:01 +00:00
235b6e8781
* Update README.md * Minor fixes * Update building-windows.md * Update linux_building.md * Update readme.txt * Build status * Add psucien
26 lines
589 B
Markdown
26 lines
589 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2024 shadPS4 Emulator Project
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
-->
|
|
|
|
# Build shadps4 for Windows
|
|
|
|
## Download Visual Studio Community 2022 17.9.6
|
|
|
|
Download link: [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)
|
|
|
|
## Requirements
|
|
|
|
### From Visual Studio Community
|
|
|
|
- Desktop development with C++
|
|
|
|
### From individual components tab install
|
|
|
|
- C++ Clang Compiler for Windows (17.0.3)
|
|
- MSBuild support for LLVM (Clang-cl) toolset
|
|
|
|
- ## Compiling
|
|
|
|
- Open Visual Studio and select the Clang-debug or Clang-release. It should compile just fine.
|