ps4delta/docs/building.md
2019-12-14 22:33:20 +01:00

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.