Skip to content

Commit

Permalink
Make Vulkan requirement an important note in Compiling for macOS (#4545)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Locurcio <[email protected]>
  • Loading branch information
clemens-tolboom and Calinou authored Jan 16, 2021
1 parent a716391 commit 0e881bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions development/compiling/compiling_for_osx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ 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>`__.
.. important::

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::
Expand Down

0 comments on commit 0e881bf

Please sign in to comment.