summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-10-26 13:07:26 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-10-26 13:07:26 +0100
commit09c8575a7d93c8f9302330620f95645757ab276e (patch)
tree30914188bdc072c66f4e75e8c09de4517a1aa0de /INSTALL.md
parent0a0e595b67ca0b1008090498dd32285e81324dd9 (diff)
parentf4446ec9790abb853e4969c75a261047238a893a (diff)
Merge remote-tracking branch 'zetok/docs-install'
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 1cdd2821..db6a85f0 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