This project provides help building static binaries for zerotier from source Zerotier-One .
Open the platform you want to build for.
To build latest version run:
make
To build specific version, set variable:
make ZT_VERSION=1.10.1
Or to build for a different platform:
make PLATFORM=linux/aarch64