mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 20:16:54 +02:00
19 lines
317 B
Text
19 lines
317 B
Text
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
|