27 Commits

Author SHA1 Message Date
Hugo Locurcio
47c8938f7f Update required JDK version to 17 in Exporting/Compiling for Android
- Recommend Adoptium for OpenJDK builds on both locations for consistency.
2025-08-22 19:46:35 +02:00
Hugo Locurcio
003c8abd3f Cross-reference compiling and exporting pages, rename OSX/Mac to macOS
There's a lot of confusion between compiling Godot and exporting projects.

This aims to resolve part of the confusion by cross-linking other pages
for each platform.

(cherry picked from commit 955c97bb1d)
2022-04-29 14:01:55 +02:00
Rémi Verschelde
c3de525495 Compiling: Reference doc_getting_source in all platform-specific pages
(cherry picked from commit 26dd787ec0)
2022-04-29 13:41:02 +02:00
Marcel Admiraal
b54bf231b6 Update Compiling for Android JDK version specification 2021-10-15 15:34:17 +02:00
allkhor
7621eb8d12 Update build-tools to 30.0.3 2021-04-27 11:54:59 +06:00
Fredia Huya-Kouadio
4c781b9849 Update instructions for compiling for Android 2021-02-22 08:07:25 -08:00
Hugo Locurcio
df80e201b6 Discourage using Linux distribution packages for Android SDKs (#4636)
See https://github.com/godotengine/godot/issues/45844.
2021-02-13 02:12:42 +01:00
Shai Angress
ed3a146bef Clarify build instructions for Android (#3315) 2020-06-22 11:04:05 +02:00
Hugo Locurcio
087835e400 Add section on platform not appearing in SCons in Compiling for Android
This closes #3361.
2020-04-10 09:49:54 +02:00
Rémi Verschelde
ac5aa6cd1e Improve docs about compilation toolchain requirements
Add mention about installing Python 3-flavored SCons with
pip for Linux distros which still only provide a Python 2 build
(e.g. Ubuntu 18.04).
2020-03-25 15:05:14 +01:00
Rémi Verschelde
aa65d62ae7 Merge pull request #3273 from madmiraal/remove-python2.7
Remove references to Python 2.7 in build requirements.
2020-03-16 09:45:56 +01:00
Marcel Admiraal
d0bad375d2 Include x86-64 option in adding support for Android x86 devices. (#3272) 2020-03-15 12:50:23 +01:00
Marcel Admiraal
ae0166f57e Remove references to Python 2.7 in build requirements. 2020-03-15 10:07:00 +00:00
Yuri Sizov
37604be65f Improved keystroke formatting for shortcuts and key press menti… (#3257) 2020-03-09 23:50:53 +01:00
Fredia Huya-Kouadio
60388114d6 Update Android compiling documentation
Updates the `compiling for Android` documentation to reflect the build changes added by [PR #32269](https://github.com/godotengine/godot/pull/32269).
2019-09-28 23:10:45 -07:00
George Marques
d5a383b631 Explain the need to set ANDROID_NDK_HOME env var (#2100) 2019-01-08 13:17:39 +01:00
Hugo Locurcio
2514d3415c Fix typo in Compiling for Android 2018-12-12 10:36:42 +01:00
Hugo Locurcio
012491d8b1 Improve the Compiling for Android page
This mentions that Gradle will automatically download SDK components
(except the NDK, as it is used before Gradle is called).
2018-12-09 23:04:13 +01:00
Rémi Verschelde
5a8fd214e1 Add seealso pointing to Buildsystem intro in all compiling pages
Many new contributors want to add information on -j multicore option for
SCons in "Compiling for X" pages as they seem to skip the intro, so let's
make it prominent.
2018-11-28 23:13:13 +01:00
FeralBytes
0de332c224 JDK 9 causes gradelw build to fail. (#1738)
* JDK 9 causes gradelw build to fail.

Fixing documentation.

* Add JDK 10

Adjust wording for context.
2018-09-20 13:20:49 +02:00
Michael Alexsander Silva Dias
c7c102dff5 Fix code blocks in the sixth part of the FPS tutorial 2018-07-22 18:53:39 -03:00
Rémi Verschelde
9ae5f3ac7b Fix instructions on installing custom templates 2018-07-22 17:39:40 +02:00
mhilbrunner
f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
LinuxUserGD
c122f79cfa fix x11 export templates dir 2018-03-31 17:32:11 +02:00
Hugo Locurcio
ee7849d180 Update build instructions to mention support for Python 3.5 and later
- Fix grammar and wording in many areas of the documentation
2017-12-30 14:18:40 +01:00
Rémi Verschelde
7f819ed873 Move images to subfolders next to each doc page 2017-10-14 14:41:44 +02:00
Julian Murgia
b408bdb918 Revamping of the docs organisation for a more coherent TOC
Only the pages were moved so far and some empty ones created,
the up-to-date toctrees come in the next commit.
2017-04-03 23:23:31 +02:00