summaryrefslogtreecommitdiff
path: root/BUILDING.txt
blob: a5e4226b304526ff51689fc6645f3e314ab59f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Building ZeroTier One on different platforms:

(See RUNNING.txt for what to do next.)

-- MacOS

make -f Makefile.mac

Edit Makefile.mac if you want to change between debug or release build.

-- Linux

make -f Makefile.linux

Edit Makefile.linux if you want to change between debug or release build.

-- Windows

TBD