From dbd91246af5ca6aa57fcf5f57cd155fa0ed502e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Fri, 8 May 2020 15:14:00 +0200 Subject: [PATCH] Add Platform-Specific Docs --- README.md | 2 ++ doc/platform-build.md | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 doc/platform-build.md diff --git a/README.md b/README.md index 3f60122..bf21566 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/doc/platform-build.md b/doc/platform-build.md new file mode 100644 index 0000000..fe20008 --- /dev/null +++ b/doc/platform-build.md @@ -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.