mirror of
https://github.com/Force67/ps4delta.git
synced 2025-04-02 11:01:45 -04:00
638 B
638 B
Build dependencies
- A Windows machine with Visual Studio 2019 (Community Edition is fine too)
- Clang-9 for windows (available here)
- Clang-cl for windows (install it from your visual studio installer)
- Qt >= 5.12 (Ensure that the QTDIR environment variable is set)
Setup the project
git clone https://github.com/Force67/ps4delta.git
cd ps4delta
git submodule update --init
Building the project
Execute pmake.cmd in order to generate the project solution.
Afterwards you can open build/PS4Delta.sln
. The recommended build configuration is Release
for all purposes.