[docs] Add brew installation instructions for macos (#303)

This commit is contained in:
emiyl 2022-09-25 20:38:31 +01:00 committed by GitHub
parent 101ff7783e
commit 53c7daa603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,9 @@ LLVM 15 isn't supported due to compatibility issues with Boost dependency. The O
API isn't support on MacOS, Vulkan must be used. Additionally Vulkan must be used through the API isn't support on MacOS, Vulkan must be used. Additionally Vulkan must be used through the
Molten-VK compatibility layer. Molten-VK compatibility layer.
### Installing brew
`/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
### Installing dependencies ### Installing dependencies
`brew install git cmake llvm@14 ninja nasm molten-vk` `brew install git cmake llvm@14 ninja nasm molten-vk`