Commit Graph

28 Commits

Author SHA1 Message Date
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
Pieter-Jan Briers 1d90ee7e62 Fix bitness default being incorect for MacOS. 2017-12-12 17:56:14 +01:00
Rémi Verschelde e0d616fcd1 X11 build: Add Xi dependency 2017-12-08 01:14:12 +01:00
Martin Capitanio 4b627d5790 Clean up markup
community/contributing/pr_workflow.rst:232: WARNING: Could not lex literal_block as "shell". Highlighting skipped.
development/compiling/introduction_to_the_buildsystem.rst:61: WARNING: Could not lex literal_block as "shell". Highlighting skipped.
learning/scripting/gdscript/gdscript_basics.rst:376: WARNING: undefined label: class_rect3 (if the link has no caption the label must precede a section header)
2017-11-28 03:32:19 +01:00
Andreas Haas dc652c5fce
Fix generate mono glue command. 2017-11-13 15:04:37 +01:00
Robbie Cooper 51ab7b8795 Proofreading: Change most usages of "specially" to "especially"
The word "specially" was routinely used where "especially" fits better (imo).

The following commands were used, followed by manually proofreading each case.

find . -type f -exec sed 's/Specially/Especially/g' -i'' {} +
find . -type f -exec sed 's/specially/especially/g' -i'' {} +
find . -type f -exec sed 's/eespecially/especially/g' -i'' {} +
find . -type f -exec sed 's/Eespecially/Especially/g' -i'' {} +
2017-10-27 23:30:45 -04:00
Rémi Verschelde 1c8b7ea324 Document cross-compilation caveat on Ubuntu
Fixes https://github.com/godotengine/godot/issues/9258.
2017-10-23 20:49:04 +02:00
Rémi Verschelde 690aa9f58c Update instructions for cross-compilation with MinGW-w64 2017-10-23 20:44:05 +02:00
Ignacio Etcheverry 62bc1dd6e2 Add documentation for building with the mono module 2017-10-16 14:35:08 +02:00
Rémi Verschelde 7f819ed873 Move images to `subfolders` next to each doc page 2017-10-14 14:41:44 +02:00
Rémi Verschelde 4b3a70f714 Compiling for Solus: mesalib-devel is required
Fixes https://github.com/godotengine/godot/issues/11833
2017-10-14 11:06:33 +02:00
Scott Beca 90780c6c93 Fix SCons capitalisation in some places 2017-10-08 12:24:49 +10:00
mhilbrunner 4ad0a90927 Buildsystem introduction docs
Add info about current issue with parallel build in SCons, note about using the VS tools command prompt instead of cmd.exe and referente to the setup instructions per platform, some small writing fixes
2017-10-02 01:27:40 +02:00
Rémi Verschelde 61f7cc2bf6 X11: Remove obsolete warning about building with GCC 6+ 2017-09-26 08:39:31 +02:00
Camille Bissuel 2246544bf7 Make The Compiling for Web documentation more obvious - corrected
Thanks for your feedback @eska014, here is a better and corrected version, with no syntax mistakes as far as I can check.
2017-09-21 15:58:10 +02:00
Camille Bissuel 7f16bf5098 Make The Compiling for Web documentation more obvious
I updated the documentation with workaround if it's not compiling from my experience in Bug #11197, and thanks to the help of @eska014.
2017-09-21 15:58:10 +02:00
Rémi Verschelde 772557e263 Compiling for Win32: VS 2017 is supported 2017-09-20 14:15:26 +02:00
Dejaime Antônio de Oliveira Neto 5232879e3a Adding missing dependency for Solus Linux
Forgot to add the software compiler/compilation package (which includes g++ and other compilation utilities)
2017-08-28 14:29:08 -03:00
Dejaime Antônio de Oliveira Neto 7f8114070f Adding Solus to the distro -specific dependencies 2017-08-27 21:38:21 -03:00
Rémi Verschelde cf6f2ad1b2 Merge pull request #409 from eska014/web-doc
Update and clarify HTML5 doc
2017-07-15 20:10:57 +02:00
L. Krause 734db354d1 Update and clarify HTML5 doc 2017-07-15 19:35:29 +02:00
Rémi Verschelde 6239587813 Enhance build instructions for OpenBSD
Fixes #363.
2017-06-08 11:46:19 +02:00
Rémi Verschelde cc666860a8 Fix typos using codespell
Running `find -name "*.rst" -exec codespell -w {} \;`.
2017-04-23 14:32:37 +02:00
Rémi Verschelde 2d7b6ac11b Fix paths to dist templates 2017-04-17 23:13:40 +02:00
Markus Jylhänkangas 9e579ec262 Update compiling_for_x11.rst
Add openSUSE oneliner and sort oneliners alphabetically.
2017-04-12 15:47:58 +03:00
Rémi Verschelde 1de9fec2fd Fix various Sphinx warnings 2017-04-03 23:59:47 +02:00
Rémi Verschelde fcbab02811 Add toctrees for new repo organization
Also renamed Getting started back to Step by step as requested by reduz.
2017-04-03 23:41:35 +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