summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.md')
-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