From 84e0feb626f78dda521ce2d62c33cf0d54f6eb1c Mon Sep 17 00:00:00 2001 From: Dmitry Shaposhnik Date: Mon, 4 Aug 2014 08:35:30 -0500 Subject: [PATCH] Add OS X build instructions to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ca830a7..5918f35 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,16 @@ You can also install this [package](https://aur.archlinux.org/packages/cool-old- --- +**OS X** + + brew install qt5 + export CPPFLAGS="-I/usr/local/opt/qt5/include" + export LDFLAGS="-L/usr/local/opt/qt5/lib" + export PATH=/usr/local/opt/qt5/bin:$PATH + qmake && make && make install + +--- + **Anyone else** Install Qt directly from here http://qt-project.org/downloads . Once done export them in you path (replace "_/opt/Qt5.3.1/5.3/gcc_64/bin_" with your correct folder):