From 5f26d8ae148ac785206449d3ac59becdd9f0b6ec Mon Sep 17 00:00:00 2001 From: Sean Date: Sun, 26 Jan 2014 18:02:16 -0800 Subject: [PATCH 1/2] Mention Jenkins, default to ssl --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e794b7fb..d526a4c5 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use -**IRC**: #tox on freenode, alternatively, you can use the [webchat](http://webchat.freenode.net/?channels=#tox).
-**Website**: [http://tox.im](http://tox.im) -**Developer Blog**: [http://dev.tox.im](http://dev.tox.im) +**IRC**: #tox on freenode, alternatively, you can use the [webchat](https://webchat.freenode.net/?channels=#tox).
+**Website**: [https://tox.im](https://tox.im)
+**Developer Blog**: [http://dev.tox.im](http://dev.tox.im)
+**Jenkins**: [http://jenkins.tox.im](http://jenkins.tox.im) **Website translations**: [here](https://github.com/Tox/tox.im)
**Qt GUI**: [see nurupo's repository](https://github.com/nurupo/ProjectTox-Qt-GUI) From 30200d04b702f51c898e969e6be2d10324b34ed5 Mon Sep 17 00:00:00 2001 From: Sean Date: Sun, 26 Jan 2014 18:07:58 -0800 Subject: [PATCH 2/2] Use ssl whenever possible --- INSTALL.md | 10 +++++----- 1 file 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 sudo ldconfig ``` -You also need recent [FFmpeg](http://git.videolan.org/?p=ffmpeg.git) libraries: +You also need recent [FFmpeg](https://git.videolan.org/?p=ffmpeg.git) libraries: ```bash git clone git://source.ffmpeg.org/ffmpeg.git cd ffmpeg @@ -165,9 +165,9 @@ Advance configure options: ####Non-homebrew: Grab the following packages: - * http://www.gnu.org/software/libtool/ - * http://www.gnu.org/software/autoconf/ - * http://www.gnu.org/software/automake/ + * https://gnu.org/software/libtool/ + * https://gnu.org/software/autoconf/ + * https://gnu.org/software/automake/ * https://github.com/jedisct1/libsodium * http://www.hyperrealm.com/libconfig/ * http://check.sourceforge.net/ @@ -218,7 +218,7 @@ You should install: When installing MinGW, make sure to select the MSYS option in the installer. MinGW 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. -First download the source tarball from http://download.libsodium.org/libsodium/releases/ and build it. +First download the source tarball from https://download.libsodium.org/libsodium/releases/ and build it. Assuming that you got the libsodium-0.4.2.tar.gz release: ```cmd tar -zxvf libsodium-0.4.2.tar.gz