Browse Source

Merge pull request #3805 from naithar/feature/ios-vulkan

MoltenVK SDK for iOS
Rémi Verschelde 5 years ago
parent
commit
2b8404ff4a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      development/compiling/compiling_for_ios.rst

+ 5 - 0
development/compiling/compiling_for_ios.rst

@@ -12,6 +12,11 @@ Requirements
    to run ``scons`` in a terminal when installed).
 -  Xcode 10.0 (or later) with the iOS (10.0) SDK and the command line tools.
 
+If you are building the ``master`` branch:
+
+-  Download and follow README instructions to build a static ``.a`` library
+   from the `MoltenVK SDK <https://github.com/KhronosGroup/MoltenVK#fetching-moltenvk-source-code>`__.
+
 .. seealso:: For a general overview of SCons usage for Godot, see
              :ref:`doc_introduction_to_the_buildsystem`.