This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/BUILDING.txt
2013-07-04 16:56:19 -04:00

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