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.