Skip to content

Commit

Permalink
Make build instructions more clear about dependencies
Browse files Browse the repository at this point in the history
Closes issue #43
  • Loading branch information
your_name_here committed Oct 20, 2017
1 parent 00e059f commit 55271d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Install c-toxcore (libtoxav and the DNS client are not required) https://github.com/TokTok/c-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#build-manually
* git clone https://github.com/gjedeer/tuntox.git
* cd tuntox
* make
Expand All @@ -9,6 +9,8 @@ One reason to do so may be if you'd like to resolve hostnames on the tuntox serv

Static linking breaks hostname resolution, but IMHO the pros overweight the cons.

c-toxcore is the only direct dependency. c-toxcore requires libsodium and libevent_pthreads at the time of writing this, please refer to their install instructions for the current dependencies.

## MacOS build
Basically the same as above but:

Expand Down

0 comments on commit 55271d0

Please sign in to comment.