mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-18 20:47:53 +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
|