summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2017-01-07 19:45:28 +0100
committerGDR! <gdr@gdr.name>2017-01-07 19:45:48 +0100
commitfad23001af27f1cd380f7d05270ddcc04244f507 (patch)
treed49fe86bd217788da0c759bb64ac774922cfe1dd
parent44cfc1bd5e81a8ba5c7206453bcc6fed02486caf (diff)
Updated BUILD.md to use c-toxcore
Signed-off-by: GDR! <gdr@gdr.name>
-rw-r--r--BUILD.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/BUILD.md b/BUILD.md
index 5de078c..59799b0 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -1,10 +1,9 @@
1* Install libsodium http://doc.libsodium.org/installation/README.html 1* Install c-toxcore (libtoxav and the DNS client are not required) https://github.com/TokTok/c-toxcore/blob/master/INSTALL.md
2* Install libtoxcore (libtoxav and the DNS client are not required) https://github.com/irungentoo/toxcore/blob/master/INSTALL.md
3* git clone https://github.com/gjedeer/tuntox.git 2* git clone https://github.com/gjedeer/tuntox.git
4* cd tuntox 3* cd tuntox
5* make 4* make
6 5
7The makefile creates a static binary by default. If you're not a fan of static binaries, remove `-static` from `LDFLAGS`. 6The makefile creates a static binary by default. If you're not a fan of static binaries, `make tuntox_nostatic`.
8 7
9One reason to do so may be if you'd like to resolve hostnames on the tuntox server (invoke client with `-L 80:reddit.com:80` instead of `-L 80:198.41.208.138:80`). 8One reason to do so may be if you'd like to resolve hostnames on the tuntox server (invoke client with `-L 80:reddit.com:80` instead of `-L 80:198.41.208.138:80`).
10 9