Add Platform-Specific Docs

This commit is contained in:
Florian Märkl 2020-05-08 15:14:00 +02:00
commit dbd91246af
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
2 changed files with 10 additions and 0 deletions

View file

@ -50,6 +50,8 @@ cmake ..
make
```
For more detailed platform-specific instructions, see [doc/platform-build.md](doc/platform-build.md).
## Usage
If your PS4 is on your local network, is turned on or in standby mode and does not have Discovery explicitly disabled, Chiaki should find it.

8
doc/platform-build.md Normal file
View file

@ -0,0 +1,8 @@
# Platform-specific build instructions
## Windows
Windows support is reduced to the absolute minimum for maintainability.
Official Windows builds are done on AppVeyor within MSYS2 using this script, which can also work as a template for building locally: [scripts/appveyor.sh](../scripts/appveyor.sh).
Other methods of building may work, but will not be officially supported.