shadPS4/documents/building-windows.md

26 lines
641 B
Markdown
Raw Normal View History

2024-02-23 22:32:32 +01:00
<!--
SPDX-FileCopyrightText: 2024 shadPS4 Emulator Project
SPDX-License-Identifier: GPL-2.0-or-later
-->
2024-06-11 21:14:18 +02:00
# Build shadPS4 for Windows
2024-06-11 21:14:18 +02:00
## Download Visual Studio Community 2022
2024-06-11 21:14:18 +02:00
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
2024-06-11 21:14:18 +02:00
- Open Visual Studio Community and select the **x64-Clang-Release**, **x64-Clang-Debug** or **x64-Clang-RelWithDebInfo**. It should compile just fine.