Browse Source

Compiling for OSX: Add requirement on Vulkan SDK (#3536)

Miguel de Icaza 5 years ago
parent
commit
05a105b2d5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      development/compiling/compiling_for_osx.rst

+ 3 - 0
development/compiling/compiling_for_osx.rst

@@ -16,6 +16,9 @@ For compiling under macOS, the following is required:
   (or the more lightweight Command Line Tools for Xcode).
 - *Optional* - `yasm <https://yasm.tortall.net/>`_ (for WebM SIMD optimizations).
 
+If you are building the ``master`` branch:
+- Download and install the `Vulkan SDK for macOS <https://vulkan.lunarg.com/sdk/home>`__. 
+
 .. note:: If you have `Homebrew <https://brew.sh/>`_ installed, you can easily
           install SCons and yasm using the following command::