From fad23001af27f1cd380f7d05270ddcc04244f507 Mon Sep 17 00:00:00 2001 From: GDR! Date: Sat, 7 Jan 2017 19:45:28 +0100 Subject: [PATCH] Updated BUILD.md to use c-toxcore Signed-off-by: GDR! --- BUILD.md | 5 ++--- 1 file 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 @@ -* Install libsodium http://doc.libsodium.org/installation/README.html -* Install libtoxcore (libtoxav and the DNS client are not required) https://github.com/irungentoo/toxcore/blob/master/INSTALL.md +* Install c-toxcore (libtoxav and the DNS client are not required) https://github.com/TokTok/c-toxcore/blob/master/INSTALL.md * git clone https://github.com/gjedeer/tuntox.git * cd tuntox * make -The makefile creates a static binary by default. If you're not a fan of static binaries, remove `-static` from `LDFLAGS`. +The makefile creates a static binary by default. If you're not a fan of static binaries, `make tuntox_nostatic`. One 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`).