mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-06-21 04:41:12 +08:00
Update Building for macOS
parent
abc77fae60
commit
9fc7ba8e42
@ -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`.
|
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:
|
Install dependencies from Homebrew:
|
||||||
```sh
|
```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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user