From e9b020beaa757454aee74794d483545c90fad958 Mon Sep 17 00:00:00 2001 From: Aurora Date: Tue, 8 Aug 2017 18:20:41 +0200 Subject: [PATCH] Update build instructions for macOS --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd27d9d302..edefffa3ed 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If you want to contribute please take a look at the [Coding Style](https://githu ### Mac OSX Mac OSX is not supported at this moment because it doesn't meet system requirements (OpenGL 4.3) * Xcode 6+ (tested with Xcode 6.4) -* Install with Homebrew: `brew install glew` +* Install with Homebrew: `brew install glew llvm qt cmake` ## Building on Windows: @@ -66,7 +66,10 @@ To initialize the repository don't forget to execute `git submodule update --ini 4) `cmake CMakeLists.txt && make GitVersion && make`
5) Run RPCS3 with `./bin/rpcs3`
-If you are on OSX and want to build with llvm don't forget to add `-DLLVM_DIR=...` (or wherever llvm brew was installed) to cmake invocation. +If you are on OSX and want to build with brew llvm and qt don't forget to add the following environment variables + + * `LLVM_DIR=/usr/local/opt/llvm/` (or wherever llvm was installed). + * `Qt5_DIR=/usr/local/opt/qt/lib/cmake/Qt5` (or wherever qt was installed). When using GDB, configure it to ignore SIGSEGV signal (`handle SIGSEGV nostop noprint`).