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

20 lines
638 B
Markdown

# Build dependencies
* A Windows machine with Visual Studio 2019 (Community Edition is fine too)
* Clang-9 for windows (available [here](http://releases.llvm.org/download.html))
* 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.