mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-06 22:48:11 +01:00
Add macOS dependencies to README
This commit is contained in:
parent
3c2e18ff30
commit
c668fc9fd7
1 changed files with 6 additions and 2 deletions
|
|
@ -138,8 +138,12 @@ build dxvk on your local system; refer to [the dxvk README.md](https://github.co
|
||||||
Building for macOS
|
Building for macOS
|
||||||
---
|
---
|
||||||
To build Proton for macOS, install the latest Xcode command line tools, as
|
To build Proton for macOS, install the latest Xcode command line tools, as
|
||||||
well as cmake (for openal-soft) and a recent nasm (for libjpeg-turbo). You can
|
well as cmake (for openal-soft) and a recent nasm (for libjpeg-turbo), libtool, and automake. You can
|
||||||
use a packager like Homebrew to find these packages. Then run:
|
use a packager like [Homebrew](https://brew.sh/) to find these packages.
|
||||||
|
|
||||||
|
brew install cmake nasm libtool automake
|
||||||
|
|
||||||
|
Then run:
|
||||||
|
|
||||||
./build_proton.sh
|
./build_proton.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue