Merge pull request #36 from chrisballinger/patch-1

Add macOS dependencies to README
This commit is contained in:
Andrew Eikum 2018-08-22 10:08:43 -05:00 committed by GitHub
commit 2f298deccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,8 +138,12 @@ build dxvk on your local system; refer to [the dxvk README.md](https://github.co
Building for macOS
---
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
use a packager like Homebrew to find these packages. Then run:
well as cmake (for openal-soft) and a recent nasm (for libjpeg-turbo), libtool, and automake. You can
use a packager like [Homebrew](https://brew.sh/) to find these packages.
brew install cmake nasm libtool automake
Then run:
./build_proton.sh