mirror of
https://github.com/Force67/ps4delta.git
synced 2025-04-02 11:01:45 -04:00
20 lines
638 B
Markdown
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.
|