Skip to content

Commit

Permalink
Updated BUILD.md to use c-toxcore
Browse files Browse the repository at this point in the history
Signed-off-by: GDR! <gdr@gdr.name>
  • Loading branch information
gjedeer committed Jan 7, 2017
1 parent 44cfc1b commit fad2300
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions BUILD.md
Original file line number Diff line number Diff line change
@@ -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`).

Expand Down

0 comments on commit fad2300

Please sign in to comment.