Update Building for macOS

zqpvr01 2024-03-24 00:29:45 +01:00
parent 434ff632d5
commit d7460c5865

@ -4,12 +4,6 @@ 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`. 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`.
Clone suyu with git:
```sh
git clone --recursive https://git.suyu.dev/suyu/suyu.git
cd suyu
```
Install dependencies from Homebrew: Install dependencies from Homebrew:
```sh ```sh
brew install autoconf automake boost ccache ffmpeg fmt glslang hidapi libtool libusb lz4 ninja nlohmann-json openssl pkg-config qt@5 sdl2 speexdsp zlib zlib zstd cmake Catch2 molten-vk vulkan-loader brew install autoconf automake boost ccache ffmpeg fmt glslang hidapi libtool libusb lz4 ninja nlohmann-json openssl pkg-config qt@5 sdl2 speexdsp zlib zlib zstd cmake Catch2 molten-vk vulkan-loader
@ -17,7 +11,7 @@ brew install autoconf automake boost ccache ffmpeg fmt glslang hidapi libtool li
Clone the repo Clone the repo
```sh ```sh
git clone https://gitlab.com/suyu-emu/suyu.git git clone --recursive https://git.suyu.dev/suyu/suyu.git
cd suyu cd suyu