summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--INSTALL.md6
-rw-r--r--README.md2
3 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 4d49f5fe..9de4e282 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,6 @@ notifications:
28 28
29 irc: 29 irc:
30 channels: 30 channels:
31 - "chat.freenode.net#InsertProjectNameHere" 31 - "chat.freenode.net#tox-dev"
32 on_success: always 32 on_success: always
33 on_failure: always 33 on_failure: always
diff --git a/INSTALL.md b/INSTALL.md
index 1cafc955..8e67d848 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -42,8 +42,8 @@ make
42###OSX: 42###OSX:
43 43
44Much the same as above, remember to install the latest XCode and the developer tools (Preferences -> Downloads -> Command Line Tools). 44Much the same as above, remember to install the latest XCode and the developer tools (Preferences -> Downloads -> Command Line Tools).
45Users running Mountain Lion and the latest version of XCode (4.6.3) will also need to install libtool 45Users running Mountain Lion and the latest version of XCode (4.6.3) will also need to install libtool, automake and autoconf.
46Libtool is easy enough to install, grab it from http://www.gnu.org/software/libtool/ and: 46They are easy enough to install, grab them from http://www.gnu.org/software/libtool/, http://www.gnu.org/software/autoconf/ and http://www.gnu.org/software/automake/, then follow these steps for each:
47 47
48```bash 48```bash
49./configure 49./configure
@@ -51,7 +51,7 @@ make
51sudo make install 51sudo make install
52``` 52```
53 53
54Do not install it from macports (or any dependencies for that matter) as they get shoved in the wrong directory 54Do not install them from macports (or any dependencies for that matter) as they get shoved in the wrong directory
55and make your life more annoying. 55and make your life more annoying.
56 56
57Another thing you may want to install is the latest gcc, this caused me a few problems as XCode from 4.3 57Another thing you may want to install is the latest gcc, this caused me a few problems as XCode from 4.3
diff --git a/README.md b/README.md
index 5e348f11..b4381bc9 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use
6 6
7 7
8 8
9**IRC**: #InsertProjectNameHere (literally!) on Freenode, alternatively, you can use the [webchat](https://webchat.freenode.net/).<br /> 9**IRC**: #tox on Freenode, alternatively, you can use the [webchat](http://webchat.freenode.net/?channels=#tox).<br />
10**Website**: [http://tox.im](http://tox.im) 10**Website**: [http://tox.im](http://tox.im)
11 11
12**Website translations**: [see stal888's repository](https://github.com/stal888/ProjectTox-Website)<br/> 12**Website translations**: [see stal888's repository](https://github.com/stal888/ProjectTox-Website)<br/>