Browse Source

Merge pull request #4611 from Calinou/mono-include-editor-export-templates

Clarify the need to include Mono libraries for export templates as well
Nathan Lovato 4 years ago
parent
commit
9ceb6cc080
1 changed files with 3 additions and 2 deletions
  1. 3 2
      development/compiling/compiling_with_mono.rst

+ 3 - 2
development/compiling/compiling_with_mono.rst

@@ -108,8 +108,9 @@ the following files in the ``bin`` directory:
 
 - If you're not linking the Mono runtime statically, the build script will place
   the Mono runtime shared library (``monosgen-2.0``) next to the Godot
-  binary in the output directory. Make sure to include this library when
-  distributing Godot. When targeting Android, no extra steps are required as
+  binary in the output directory.
+  **Make sure to include this library when distributing the Godot editor or export templates.**
+  When targeting Android, no extra steps are required as
   this library is automatically copied to ``#platform/android/java/libs`` and
   Gradle takes care of the rest.
 - Unlike "classical" Godot builds, when building with the Mono module enabled