mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Update macOS instructions
This commit is contained in:
parent
00fb25d9a7
commit
3fb204ab9c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue