From 22a90a0907b98d8cab49675d8a2425d81fd390f2 Mon Sep 17 00:00:00 2001 From: Andreas Schroeder Date: Tue, 29 Apr 2014 19:55:03 +0200 Subject: [PATCH] add info for Mac OSX --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc4e796f27..9a453b09b7 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,15 @@ __Windows__ __Linux__ * Debian & Ubuntu: `sudo apt-get install libopenal-dev libwxgtk3.0-dev build-essential` +__Mac OSX__ +* Install with Homebrew: `brew install glew wxwidgets` +* Remove '-framework QuickTime' from '_ldflags' in /usr/local/bin/wx-config + ### Building To initialize the repository don't forget to execute `git submodule update --init` to pull the wxWidgets source. * __Windows__: Install *Visual Studio 2013*. Then open the *.SLN* file, and press *Build* > *Rebuild Solution*. -* __Linux__: +* __Linux & Mac OSX__: `cd rpcs3 && cmake CMakeLists.txt && make && cd ../` Then run with `cd bin && ./rpcs3` +