summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authormouseym <somuchmice@gmail.com>2014-07-04 09:10:54 +0100
committermouseym <somuchmice@gmail.com>2014-07-04 09:10:54 +0100
commitd7500bcc9b85f2c1fe9a2d5bc71aebd0dd9b31ed (patch)
tree651e1288703e2d5a4a65d511661a0907f538a54e /INSTALL.md
parentab6643cef7041edc01517cbb86da3e82dfda1ca1 (diff)
Some extra fixes.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 71a66123..6cdec95b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -157,7 +157,7 @@ Grab the following packages:
157 157
158You must install yasm before installing libvpx, otherwise libvpx will fail to make correctly. 158You must install yasm before installing libvpx, otherwise libvpx will fail to make correctly.
159 159
160pkg-config is important for enabling a/v support in tox core, failure to install pkg-config will prevent tox core form finding the required libopus/libvpx libraries. 160pkg-config is important for enabling a/v support in tox core, failure to install pkg-config will prevent tox core form finding the required libopus/libvpx libraries. (pkg-config may not configure properly, if you get an error about GLIB, run configure with the following parameter, --with-internal-glib).
161 161
162Uncompress and install them all. Make sure to follow the README as the instructions change, but they all follow the same pattern below: 162Uncompress and install them all. Make sure to follow the README as the instructions change, but they all follow the same pattern below:
163 163
@@ -167,7 +167,7 @@ make
167sudo make install 167sudo make install
168``` 168```
169 169
170Change to your local Tox repository and: 170Compiling and installing Tox Core
171 171
172```bash 172```bash
173cd ProjectTox-Core 173cd ProjectTox-Core