summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md2
-rw-r--r--README.md3
2 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 90563790..a0c4165d 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -58,7 +58,7 @@ make
58<a name="homebrew" /> 58<a name="homebrew" />
59####Homebrew: 59####Homebrew:
60``` 60```
61brew install libtool automake autoconf libconfig libsodium 61brew install libtool automake autoconf libconfig libsodium cmake
62cmake . 62cmake .
63make 63make
64sudo make install 64sudo make install
diff --git a/README.md b/README.md
index 55135d03..092fe2f6 100644
--- a/README.md
+++ b/README.md
@@ -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