From 9fc7ba8e42584e6e595f762e4ef455be827ed26d Mon Sep 17 00:00:00 2001 From: Exverge Date: Sat, 23 Mar 2024 05:29:00 +0100 Subject: [PATCH] Update Building for macOS --- Building-for-macOS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 2156394..449dab3 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -4,6 +4,12 @@ This article was written for developers. suyu support for macOS is not ready for --- If you are compiling on Intel Mac or are using a Rosetta Homebrew installation, you must replace all references of `/opt/homebrew` to `/usr/local/homebrew`. +Clone suyu with git: +```sh +git clone --recursive https://git.suyu.dev/suyu/suyu.git +cd suyu +``` + Install dependencies from Homebrew: ```sh brew install autoconf automake boost@1.76 ccache ffmpeg fmt glslang hidapi libtool libusb lz4 ninja nlohmann-json openssl pkg-config qt@5 sdl2 speexdsp zlib zlib zstd