Improve platform-specific READMEs to add useful links

This also adds READMEs for all platforms.
This commit is contained in:
Hugo Locurcio
2022-08-25 17:50:53 +02:00
parent 0cf0e96038
commit ce56743aa1
7 changed files with 96 additions and 4 deletions

View File

@ -0,0 +1,15 @@
# Windows platform port
This folder contains the C++ and JavaScript code for the Windows platform port.
See also [`misc/dist/windows`](/misc/dist/windows) folder for additional files
used by this platform.
## Documentation
- [Compiling for Windows](https://docs.godotengine.org/en/latest/development/compiling/compiling_for_windows.html)
- Instructions on building this platform port from source.
- [Exporting for Windows](https://docs.godotengine.org/en/latest/tutorials/export/exporting_for_windows.html)
- Instructions on using the compiled export templates to export a project.
- [Changing application icon for Windows](https://docs.godotengine.org/en/stable/tutorials/export/changing_application_icon_for_windows.html)
- Instructions on using a custom icon for the exported project executable.