From 3f2b8ca215d55bf89f50e334b0c74162ed3aaa6a Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Fri, 26 Oct 2012 13:31:49 +0200
Subject: [PATCH] Updated build instructions for OS X users

---
 BUILD.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/BUILD.txt b/BUILD.txt
index 36692e7..a26294f 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -6,3 +6,9 @@ Build instructions:
    lrelease pulsatingscience.pro
    qmake
    make
+
+
+Notes for Mac OS X users:
+
+- You need to run "qmake -spec macx-g++" instead of just "qmake" in order to create a Makefile for "make"
+- Alternatively, you could just run "qmake" and use the generated XCode project instead of "make"
-- 
GitLab