summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorZetok Zalbavar <zexavexxe@gmail.com>2016-10-25 09:36:59 +0100
committerZetok Zalbavar <zexavexxe@gmail.com>2016-10-25 09:36:59 +0100
commitf4446ec9790abb853e4969c75a261047238a893a (patch)
treecef4ed66fd20b4016957a30e4fde95b6d959c9c8 /INSTALL.md
parent405dd9bcec9454f52c2e13ea08b55001b663d0b4 (diff)
docs: correct instructions for cloning & harden agains repo name changes
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/INSTALL.md b/INSTALL.md
index a0896098..2db8c623 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -121,8 +121,8 @@ sudo ldconfig
121 121
122Then clone this repo, run `cmake`, and install `toxcore` system-wide: 122Then clone this repo, run `cmake`, and install `toxcore` system-wide:
123```bash 123```bash
124git clone https://github.com/TokTok/toxcore.git 124git clone https://github.com/TokTok/c-toxcore.git c-toxcore
125cd toxcore 125cd c-toxcore
126cmake . 126cmake .
127make 127make
128sudo make install 128sudo make install
@@ -152,8 +152,8 @@ brew install libtool automake autoconf libsodium check
152``` 152```
153Then clone this repo and generate makefile: 153Then clone this repo and generate makefile:
154```bash 154```bash
155git clone https://github.com/TokTok/toxcore.git 155git clone https://github.com/TokTok/c-toxcore.git c-toxcore
156cd toxcore 156cd c-toxcore
157autoreconf -i 157autoreconf -i
158./configure 158./configure
159make 159make
@@ -232,7 +232,7 @@ sudo make install
232Compiling and installing Tox Core 232Compiling and installing Tox Core
233 233
234```bash 234```bash
235cd toxcore 235cd c-toxcore
236autoreconf -i 236autoreconf -i
237./configure (OS X 10.5 specific) 237./configure (OS X 10.5 specific)
238./configure CC="gcc -arch ppc -arch i386" CXX="g++ -arch ppc -arch i386" CPP="gcc -E" CXXCPP="g++ -E" 238./configure CC="gcc -arch ppc -arch i386" CXX="g++ -arch ppc -arch i386" CPP="gcc -E" CXXCPP="g++ -E"
@@ -404,8 +404,8 @@ cd ..
404 404
405And finally we will build Tox: 405And finally we will build Tox:
406```bash 406```bash
407git clone https://github.com/TokTok/toxcore 407git clone https://github.com/TokTok/c-toxcore.git c-toxcore
408cd toxcore 408cd c-toxcore
409./autogen.sh 409./autogen.sh
410./configure --host="$WINDOWS_TOOLCHAIN" --prefix="$PREFIX_DIR" --disable-ntox --disable-tests --disable-testing --with-dependency-search="$PREFIX_DIR" --disable-shared --enable-static 410./configure --host="$WINDOWS_TOOLCHAIN" --prefix="$PREFIX_DIR" --disable-ntox --disable-tests --disable-testing --with-dependency-search="$PREFIX_DIR" --disable-shared --enable-static
411make 411make
@@ -466,7 +466,7 @@ Next, install toxcore library, should either clone this repo by using git, or ju
466Assuming that you now have the sources in the toxcore directory: 466Assuming that you now have the sources in the toxcore directory:
467 467
468```cmd 468```cmd
469cd toxcore 469cd c-toxcore
470autoreconf -i 470autoreconf -i
471./configure 471./configure
472make 472make