From c668fc9fd73eee0142e52f731676f3cb4de89e83 Mon Sep 17 00:00:00 2001 From: Chris Ballinger Date: Tue, 21 Aug 2018 22:04:25 -0700 Subject: [PATCH] Add macOS dependencies to README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 312591bc..1d4186b9 100644 --- a/README.md +++ b/README.md @@ -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