Skip to content

Commit e79fc21

Browse files
committed
macOS: Move Vulkan SDK from a note to a requirement
1 parent 82fac20 commit e79fc21

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

contributing/development/compiling/compiling_for_macos.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,8 @@ For compiling under macOS, the following is required:
1919
- `SCons 3.0+ <https://scons.org/pages/download.html>`_ build system.
2020
- `Xcode <https://apps.apple.com/us/app/xcode/id497799835>`_
2121
(or the more lightweight Command Line Tools for Xcode).
22-
23-
.. warning::
24-
25-
If you are building the ``master`` branch, download and install the
26-
`Vulkan SDK for macOS <https://vulkan.lunarg.com/sdk/home>`__. This
27-
is **required** to compile Godot 4.x, as MoltenVK is used to translate Vulkan
28-
to Metal (macOS doesn't support Vulkan out of the box).
22+
- `Vulkan SDK <https://sdk.lunarg.com/sdk/download/latest/mac/vulkan-sdk.dmg>`_
23+
for MoltenVK (macOS doesn't support Vulkan out of the box).
2924

3025
.. note:: If you have `Homebrew <https://brew.sh/>`_ installed, you can easily
3126
install SCons using the following command::

0 commit comments

Comments
 (0)