diff options
-rw-r--r-- | INSTALL.md | 2 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -58,7 +58,7 @@ make | |||
58 | <a name="homebrew" /> | 58 | <a name="homebrew" /> |
59 | ####Homebrew: | 59 | ####Homebrew: |
60 | ``` | 60 | ``` |
61 | brew install libtool automake autoconf libconfig libsodium | 61 | brew install libtool automake autoconf libconfig libsodium cmake |
62 | cmake . | 62 | cmake . |
63 | make | 63 | make |
64 | sudo make install | 64 | sudo make install |
@@ -12,7 +12,8 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use | |||
12 | **Qt GUI**: [see nurupo's repository](https://github.com/nurupo/ProjectTox-Qt-GUI) | 12 | **Qt GUI**: [see nurupo's repository](https://github.com/nurupo/ProjectTox-Qt-GUI) |
13 | 13 | ||
14 | **How to build Tox on Linux**: [YouTube video](http://www.youtube.com/watch?v=M4WXE4VKmyg)<br /> | 14 | **How to build Tox on Linux**: [YouTube video](http://www.youtube.com/watch?v=M4WXE4VKmyg)<br /> |
15 | **How to use Tox on Windows**: [YouTube video](http://www.youtube.com/watch?v=qg_j_sDb6WQ) | 15 | **How to use Tox on Windows**: [YouTube video](http://www.youtube.com/watch?v=qg_j_sDb6WQ)<br /> |
16 | **For Mac OSX read INSTALL.md** | ||
16 | 17 | ||
17 | ### Objectives: | 18 | ### Objectives: |
18 | 19 | ||