Update macOS instructions
This commit is contained in:
+8
-7
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user