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

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.