2013-07-04 20:56:19 +00:00
|
|
|
Building ZeroTier One on different platforms:
|
|
|
|
|
|
|
|
(See RUNNING.txt for what to do next.)
|
|
|
|
|
2013-07-06 18:58:34 +00:00
|
|
|
Developers note: there is currently no management of dependencies on *nix
|
|
|
|
platforms, so you should make clean ; make if you change a header. Will
|
|
|
|
do this eventually.
|
|
|
|
|
2013-07-04 20:56:19 +00:00
|
|
|
-- 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
|
|
|
|
|
2013-10-28 19:18:06 +00:00
|
|
|
Here be dragons.
|