summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorirungentoo <irungentoo@tox.im>2014-01-27 04:19:50 -0800
committerirungentoo <irungentoo@tox.im>2014-01-27 04:19:50 -0800
commit00621193145694c7d8bba23acbcd5ee1e58fea42 (patch)
tree2e847f713604be94359d009a745138b475ab99f6 /INSTALL.md
parent575135b327cf45edb9789f4d4fb2d62407acb314 (diff)
parent30200d04b702f51c898e969e6be2d10324b34ed5 (diff)
Merge pull request #704 from stqism/patch-5
Adds Jenkins, use ssl when possible
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 858dff61..5bf20bf5 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -75,7 +75,7 @@ echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
75sudo ldconfig 75sudo ldconfig
76``` 76```
77 77
78You also need recent [FFmpeg](http://git.videolan.org/?p=ffmpeg.git) libraries: 78You also need recent [FFmpeg](https://git.videolan.org/?p=ffmpeg.git) libraries:
79```bash 79```bash
80git clone git://source.ffmpeg.org/ffmpeg.git 80git clone git://source.ffmpeg.org/ffmpeg.git
81cd ffmpeg 81cd ffmpeg
@@ -165,9 +165,9 @@ Advance configure options:
165####Non-homebrew: 165####Non-homebrew:
166 166
167Grab the following packages: 167Grab the following packages:
168 * http://www.gnu.org/software/libtool/ 168 * https://gnu.org/software/libtool/
169 * http://www.gnu.org/software/autoconf/ 169 * https://gnu.org/software/autoconf/
170 * http://www.gnu.org/software/automake/ 170 * https://gnu.org/software/automake/
171 * https://github.com/jedisct1/libsodium 171 * https://github.com/jedisct1/libsodium
172 * http://www.hyperrealm.com/libconfig/ 172 * http://www.hyperrealm.com/libconfig/
173 * http://check.sourceforge.net/ 173 * http://check.sourceforge.net/
@@ -218,7 +218,7 @@ You should install:
218When installing MinGW, make sure to select the MSYS option in the installer. 218When 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. 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.
220 220
221First download the source tarball from http://download.libsodium.org/libsodium/releases/ and build it. 221First 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: 222Assuming that you got the libsodium-0.4.2.tar.gz release:
223```cmd 223```cmd
224tar -zxvf libsodium-0.4.2.tar.gz 224tar -zxvf libsodium-0.4.2.tar.gz