Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 414 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 414 Bytes

ZeroTier-One static binaries

This project provides help building static binaries for zerotier from source Zerotier-One .

Building

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