summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorVishnu Ks <hackerkid@vishnuks.com>2015-10-14 15:49:44 +0530
committerVishnu Ks <hackerkid@vishnuks.com>2015-10-14 15:49:44 +0530
commit756e208b07642e1e74ba716ba2b146fefdea1bf3 (patch)
treeb134c7aba9f5120e75f21381928ddcab0e5f715b /INSTALL.md
parent6120b0e0bb865ab196cdf717a4829a3f83ef1e7b (diff)
updated git repo urls
updated the git urls from `git` to `https`. The old urls are no longer supported
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index adb0810a..b5a925ad 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -78,7 +78,7 @@ Note, if you install from ports select NaCl for performance, and sodium if you w
78 78
79You should get and install [libsodium](https://github.com/jedisct1/libsodium). If you have installed `libsodium` from repo, ommit this step, and jump directly to [compiling toxcore](#compile-toxcore): 79You should get and install [libsodium](https://github.com/jedisct1/libsodium). If you have installed `libsodium` from repo, ommit this step, and jump directly to [compiling toxcore](#compile-toxcore):
80```bash 80```bash
81git clone git://github.com/jedisct1/libsodium.git 81git clone https://github.com/jedisct1/libsodium.git
82cd libsodium 82cd libsodium
83git checkout tags/1.0.3 83git checkout tags/1.0.3
84./autogen.sh 84./autogen.sh
@@ -93,7 +93,7 @@ Or if checkinstall is not easily available for your distribution (e.g., Fedora),
93this will install the libs to /usr/local/lib and the headers to /usr/local/include: 93this will install the libs to /usr/local/lib and the headers to /usr/local/include:
94 94
95```bash 95```bash
96git clone git://github.com/jedisct1/libsodium.git 96git clone https://github.com/jedisct1/libsodium.git
97cd libsodium 97cd libsodium
98git checkout tags/1.0.3 98git checkout tags/1.0.3
99./autogen.sh 99./autogen.sh
@@ -121,7 +121,7 @@ sudo ldconfig
121 121
122Then clone this repo, generate makefile, and install `toxcore` system-wide: 122Then clone this repo, generate makefile, and install `toxcore` system-wide:
123```bash 123```bash
124git clone git://github.com/irungentoo/toxcore.git 124git clone https://github.com/irungentoo/toxcore.git
125cd toxcore 125cd toxcore
126autoreconf -i 126autoreconf -i
127./configure 127./configure
@@ -153,7 +153,7 @@ brew install libtool automake autoconf libsodium check
153``` 153```
154Then clone this repo and generate makefile: 154Then clone this repo and generate makefile:
155```bash 155```bash
156git clone git://github.com/irungentoo/toxcore.git 156git clone https://github.com/irungentoo/toxcore.git
157cd toxcore 157cd toxcore
158autoreconf -i 158autoreconf -i
159./configure 159./configure