From efe63ef1b3ddea045404cad3a62cb6e02401d5ef Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Thu, 1 Aug 2013 03:17:21 -0700 Subject: [PATCH 1/3] mac on homepage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55135d03d..40993085c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use **How to build Tox on Linux**: [YouTube video](http://www.youtube.com/watch?v=M4WXE4VKmyg)
**How to use Tox on Windows**: [YouTube video](http://www.youtube.com/watch?v=qg_j_sDb6WQ) +**For Mac OSX read INSTALL.md** ### Objectives: From 93aad4428b62c387f93550a0b0a3ebf47b82f20c Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Thu, 1 Aug 2013 03:18:36 -0700 Subject: [PATCH 2/3] mac on homepage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40993085c..092fe2f6c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use **Qt GUI**: [see nurupo's repository](https://github.com/nurupo/ProjectTox-Qt-GUI) **How to build Tox on Linux**: [YouTube video](http://www.youtube.com/watch?v=M4WXE4VKmyg)
-**How to use Tox on Windows**: [YouTube video](http://www.youtube.com/watch?v=qg_j_sDb6WQ) +**How to use Tox on Windows**: [YouTube video](http://www.youtube.com/watch?v=qg_j_sDb6WQ)
**For Mac OSX read INSTALL.md** ### Objectives: From dba9f182139c039b83bf016bf85d6cb2fa34cc12 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Thu, 1 Aug 2013 03:25:40 -0700 Subject: [PATCH 3/3] add cmake to brew packages --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 905637901..a0c4165d5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -58,7 +58,7 @@ make ####Homebrew: ``` -brew install libtool automake autoconf libconfig libsodium +brew install libtool automake autoconf libconfig libsodium cmake cmake . make sudo make install