From 55271d0f76bcb15cb70c50ac58c4cc1d865be459 Mon Sep 17 00:00:00 2001 From: your_name_here Date: Fri, 20 Oct 2017 20:38:43 +0000 Subject: Make build instructions more clear about dependencies Closes issue #43 --- BUILD.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 59799b0..6731aa2 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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 @@ -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: -- cgit v1.2.3