浏览代码

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

Miguel de Icaza 5 年之前
父节点
当前提交
05a105b2d5
共有 1 个文件被更改,包括 3 次插入0 次删除
  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).
   (or the more lightweight Command Line Tools for Xcode).
 - *Optional* - `yasm <https://yasm.tortall.net/>`_ (for WebM SIMD optimizations).
 - *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
 .. note:: If you have `Homebrew <https://brew.sh/>`_ installed, you can easily
           install SCons and yasm using the following command::
           install SCons and yasm using the following command::