Skip to content

Commit

Permalink
mac docs update relating to qt (Chatterino#651)
Browse files Browse the repository at this point in the history
give a little more detailed installation guide for the qt installation
  • Loading branch information
gempir authored and pajlada committed Aug 1, 2018
1 parent b220ac7 commit 5b64e95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BUILDING_ON_MAC.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 5b64e95

Please sign in to comment.