2024-02-23 22:32:32 +01:00
|
|
|
<!--
|
|
|
|
SPDX-FileCopyrightText: 2024 shadPS4 Emulator Project
|
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
-->
|
|
|
|
|
2024-05-03 14:49:13 +02:00
|
|
|
# Build shadps4 for Windows
|
2023-07-21 10:05:31 +02:00
|
|
|
|
2024-05-03 14:49:13 +02:00
|
|
|
## Download Visual Studio Community 2022 17.9.6
|
2023-07-21 10:05:31 +02:00
|
|
|
|
2024-05-03 14:49:13 +02:00
|
|
|
Download link: [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)
|
2023-07-21 10:05:31 +02:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
2024-05-03 14:49:13 +02:00
|
|
|
### From Visual Studio Community
|
2023-07-21 10:05:31 +02:00
|
|
|
|
2024-05-03 14:49:13 +02:00
|
|
|
- Desktop development with C++
|
2023-07-21 10:05:31 +02:00
|
|
|
|
2024-05-03 14:49:13 +02:00
|
|
|
### From individual components tab install
|
2023-07-21 10:05:31 +02:00
|
|
|
|
2024-03-30 08:34:44 +01:00
|
|
|
- C++ Clang Compiler for Windows (17.0.3)
|
2024-05-03 14:49:13 +02:00
|
|
|
- MSBuild support for LLVM (Clang-cl) toolset
|
2023-07-21 10:05:31 +02:00
|
|
|
|
|
|
|
- ## Compiling
|
|
|
|
|
2024-05-03 14:49:13 +02:00
|
|
|
- Open Visual Studio and select the Clang-debug or Clang-release. It should compile just fine.
|