From 53c7daa603c3c4984147c3c0955a58ad4ba6424c Mon Sep 17 00:00:00 2001 From: emiyl Date: Sun, 25 Sep 2022 20:38:31 +0100 Subject: [PATCH] [docs] Add brew installation instructions for macos (#303) --- BUILD.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index f4d7c72e..f180b221 100644 --- a/BUILD.md +++ b/BUILD.md @@ -65,7 +65,10 @@ To compile Cemu, a recent enough compiler and STL with C++20 support is required below, built in LLVM, and Xcode LLVM don't support the C++20 feature set required. Currently, LLVM 15 isn't supported due to compatibility issues with Boost dependency. The OpenGL graphics 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 `brew install git cmake llvm@14 ninja nasm molten-vk`