summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryour_name_here <your@email_here>2017-10-20 20:38:43 +0000
committeryour_name_here <your@email_here>2017-10-20 20:38:43 +0000
commit55271d0f76bcb15cb70c50ac58c4cc1d865be459 (patch)
treed2daaf9c2111754a2f6d843ff8ce4cb2eccf93cc
parent00e059f854254cc7bc9722e3cc4f8450398f3ccc (diff)
Make build instructions more clear about dependencies
Closes issue #43
-rw-r--r--BUILD.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 59799b0..6731aa2 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -1,4 +1,4 @@
1* Install c-toxcore (libtoxav and the DNS client are not required) https://github.com/TokTok/c-toxcore/blob/master/INSTALL.md 1* Install c-toxcore (libtoxav and the DNS client are not required) https://github.com/TokTok/c-toxcore/blob/master/INSTALL.md#build-manually
2* git clone https://github.com/gjedeer/tuntox.git 2* git clone https://github.com/gjedeer/tuntox.git
3* cd tuntox 3* cd tuntox
4* make 4* make
@@ -9,6 +9,8 @@ One reason to do so may be if you'd like to resolve hostnames on the tuntox serv
9 9
10Static linking breaks hostname resolution, but IMHO the pros overweight the cons. 10Static linking breaks hostname resolution, but IMHO the pros overweight the cons.
11 11
12c-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.
13
12## MacOS build 14## MacOS build
13Basically the same as above but: 15Basically the same as above but:
14 16