mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-18 02:40:13 +00:00
20 lines
317 B
Plaintext
20 lines
317 B
Plaintext
|
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
|