From 428c1fddeef27084bfb1ddb972782d14367158dc Mon Sep 17 00:00:00 2001
From: B13nch3n <stefan.bienert@me.com>
Date: Mon, 1 Jul 2019 22:55:41 +0200
Subject: [PATCH] SCHWED-3977: More details for building on MacOS.

---
 modules/doc/install.rst | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/modules/doc/install.rst b/modules/doc/install.rst
index c97209521..7028f56e0 100644
--- a/modules/doc/install.rst
+++ b/modules/doc/install.rst
@@ -318,8 +318,12 @@ version of OpenStructure.
 dependencies. The current Boost version, as of writing these instructions, is
 1.70.0 but works so far. Do not forget to also install `boost-python`.
 
-Before running CMake, an environment variable needs to be set on the command line. If omitted, 
-the linker will throw a bunch of warnings later:
+If you want to build the info module or the graphical user interface, make sure
+you have the Xcode app installed. Just the Xcode command line tools which are
+sufficient for Homebrew, will not work with Qt5.
+
+Before running CMake, an environment variable needs to be set on the command
+line. If omitted, the linker will throw a bunch of warnings later:
 
 .. code-block:: bash
 
@@ -377,4 +381,4 @@ in your terminal. This will fetch the newest changes.
 ..  LocalWords:  Homebrew cmake CMake zlib SQLite FFTW libtiff libpng PyQt
 ..  LocalWords:  SSL macOS Makefiles PDB qmake PNG libz libsqlite OPTIMIZE
 ..  LocalWords:  DNDEBUG RPATH rpath SHADER shader SPNAV DConnexion profiler
-..  LocalWords:  DOPTIMIZE DENABLE DOPEN DPYTHON DBOOST DSYS
+..  LocalWords:  DOPTIMIZE DENABLE DOPEN DPYTHON DBOOST DSYS Xcode
-- 
GitLab