mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
- Merge Community/Contributing and Engine Development into one top-level section, Contributing. - Structure it in a way that gives equal priority to various ways to contribute, including documentation. - Rename several articles to be more comprehensive and in line with the overall state of the documentation. - Rewrite the guide for class reference contributions.
21 lines
440 B
ReStructuredText
21 lines
440 B
ReStructuredText
Building from source
|
|
====================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: toc-devel-compiling
|
|
|
|
getting_source
|
|
introduction_to_the_buildsystem
|
|
compiling_for_windows
|
|
compiling_for_linuxbsd
|
|
compiling_for_macos
|
|
compiling_for_android
|
|
compiling_for_ios
|
|
cross-compiling_for_ios_on_linux
|
|
compiling_for_uwp
|
|
compiling_for_web
|
|
compiling_with_mono
|
|
optimizing_for_size
|
|
compiling_with_script_encryption_key
|