From 5b64e9573b7699bf325b62f1335f757f19dbe5bd Mon Sep 17 00:00:00 2001 From: Daniel Pasch Date: Wed, 1 Aug 2018 21:26:11 +0200 Subject: [PATCH] mac docs update relating to qt (#651) give a little more detailed installation guide for the qt installation --- BUILDING_ON_MAC.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILDING_ON_MAC.md b/BUILDING_ON_MAC.md index 4c242101..c09d97d2 100644 --- a/BUILDING_ON_MAC.md +++ b/BUILDING_ON_MAC.md @@ -3,7 +3,9 @@ 1. Install Xcode and Xcode Command Line Utilites 2. Start Xcode, settings -> Locations, activate your Command Line Tools 3. Install brew https://brew.sh/ -4. `brew install boost openssl rapidjson qt` +4. `brew install boost openssl rapidjson` +5. `brew install qt` +6. Step 5 should output some directions to add qt to your path, you will need to do this for qmake 5. Go into project directory 6. Create build folder `mkdir build && cd build` 7. `qmake .. && make`