diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-03 13:47:13 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-03 13:47:13 -0800 |
commit | 21339843186a3aecd5f9e06fae12a5b255dfbc12 (patch) | |
tree | 2a62ddcf1e2258b4737e9bbd171903ea05d2f441 /BUILDING.txt | |
parent | 64bc0e49292936117b4a0ef808ffbf6b2d15d100 (diff) | |
download | infinitytier-21339843186a3aecd5f9e06fae12a5b255dfbc12.tar.gz infinitytier-21339843186a3aecd5f9e06fae12a5b255dfbc12.zip |
Build instructions for tap-mac.
Diffstat (limited to 'BUILDING.txt')
-rw-r--r-- | BUILDING.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/BUILDING.txt b/BUILDING.txt index 761a50de..53c9d1a0 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -18,6 +18,18 @@ make -f Makefile.linux Edit Makefile.linux if you want to change between debug or release build. +If you are building ext/tap-mac you will need a different version of the +OSX gcc compiler chain than what currently ships (clang). We've got a copy +available here: + +http://download.zerotier.com/dev/llvm-g++-Xcode4.6.2.tar.bz2 + +Un-tar this into ext/ (it's excluded in .gitignore) and then 'make' in +ext/tap-mac/tuntap/src/tap. + +Most users should not need to build tap-mac, since a binary is included +in ext/bin. + -- Windows Here be dragons. |