Update macOS instructions

This commit is contained in:
Daniil Yarancev
2018-06-04 18:48:44 +03:00
committed by fourtf
parent 00fb25d9a7
commit 3fb204ab9c
+8 -7
View File
@@ -1,10 +1,11 @@
# Building on Mac OSX # Building on macOS
1. install Xcode and Xcode Command Line Utilites 1. Install Xcode and Xcode Command Line Utilites
2. start Xcode, settings -> Locations, activate your Command Line Tools 2. Start Xcode, settings -> Locations, activate your Command Line Tools
3. install Qt Creator 3. Install brew https://brew.sh/
4. install brew https://brew.sh/ 4. `brew install boost openssl rapidjson qt`
5. `brew install boost openssl rapidjson` 5. Go into project directory
6. build the project using Qt Creator 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 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