From 3fb204ab9c90a5a39206c2a532735ff177111f1d Mon Sep 17 00:00:00 2001 From: Daniil Yarancev <21169548+Yardanico@users.noreply.github.com> Date: Mon, 4 Jun 2018 18:48:44 +0300 Subject: [PATCH] Update macOS instructions --- BUILDING_ON_MAC.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/BUILDING_ON_MAC.md b/BUILDING_ON_MAC.md index f4def52a9..58d241eb9 100644 --- a/BUILDING_ON_MAC.md +++ b/BUILDING_ON_MAC.md @@ -1,10 +1,11 @@ -# Building on Mac OSX -1. install Xcode and Xcode Command Line Utilites -2. start Xcode, settings -> Locations, activate your Command Line Tools -3. install Qt Creator -4. install brew https://brew.sh/ -5. `brew install boost openssl rapidjson` -6. build the project using Qt Creator +# Building on macOS +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` +5. Go into project directory +6. Create build folder `mkdir build && cd build` +7. `qmake .. && make` If the Project does not build at this point, you might need to add additional Paths/Libs, because brew does not install openssl and boost in the common path. You can get their path using