summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 8f31b86e..e82fe5bf 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -22,6 +22,10 @@ On Ubuntu:
22```bash 22```bash
23sudo apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev checkinstall check git libswscale-dev libsdl-dev libopenal-dev libopus-dev libvpx-dev yasm 23sudo apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev checkinstall check git libswscale-dev libsdl-dev libopenal-dev libopus-dev libvpx-dev yasm
24``` 24```
25If you get the "Unable to locate package libopus-dev" message, add the following ppa
26```bash
27sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get dist-upgrade
28```
25 29
26On Fedora: 30On Fedora:
27 31
@@ -75,7 +79,7 @@ echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
75sudo ldconfig 79sudo ldconfig
76``` 80```
77 81
78You also need recent [FFmpeg](http://git.videolan.org/?p=ffmpeg.git) libraries: 82You also need recent [FFmpeg](https://git.videolan.org/?p=ffmpeg.git) libraries:
79```bash 83```bash
80git clone git://source.ffmpeg.org/ffmpeg.git 84git clone git://source.ffmpeg.org/ffmpeg.git
81cd ffmpeg 85cd ffmpeg
@@ -165,9 +169,9 @@ Advance configure options:
165####Non-homebrew: 169####Non-homebrew:
166 170
167Grab the following packages: 171Grab the following packages:
168 * http://www.gnu.org/software/libtool/ 172 * https://gnu.org/software/libtool/
169 * http://www.gnu.org/software/autoconf/ 173 * https://gnu.org/software/autoconf/
170 * http://www.gnu.org/software/automake/ 174 * https://gnu.org/software/automake/
171 * https://github.com/jedisct1/libsodium 175 * https://github.com/jedisct1/libsodium
172 * http://www.hyperrealm.com/libconfig/ 176 * http://www.hyperrealm.com/libconfig/
173 * http://check.sourceforge.net/ 177 * http://check.sourceforge.net/
@@ -218,7 +222,7 @@ You should install:
218When installing MinGW, make sure to select the MSYS option in the installer. 222When installing MinGW, make sure to select the MSYS option in the installer.
219MinGW will install an "MinGW shell" (you should get a shortcut for it), make sure to perform all operations (i.e. generating/running configure script, compiling, etc.) from the MinGW shell. 223MinGW will install an "MinGW shell" (you should get a shortcut for it), make sure to perform all operations (i.e. generating/running configure script, compiling, etc.) from the MinGW shell.
220 224
221First download the source tarball from http://download.libsodium.org/libsodium/releases/ and build it. 225First download the source tarball from https://download.libsodium.org/libsodium/releases/ and build it.
222Assuming that you got the libsodium-0.4.2.tar.gz release: 226Assuming that you got the libsodium-0.4.2.tar.gz release:
223```cmd 227```cmd
224tar -zxvf libsodium-0.4.2.tar.gz 228tar -zxvf libsodium-0.4.2.tar.gz
@@ -256,4 +260,4 @@ Advance configure options:
256 260
257<a name="Clients" /> 261<a name="Clients" />
258####Clients: 262####Clients:
259While [Toxic](https://github.com/tox/toxic) is no longer in core, a list of Tox clients are located in our [wiki](http://wiki.tox.im/client) \ No newline at end of file 263While [Toxic](https://github.com/tox/toxic) is no longer in core, a list of Tox clients are located in our [wiki](http://wiki.tox.im/client)