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-libzt/README
2021-05-05 19:55:47 -07:00

24 lines
850 B
Plaintext

--------------------------------------------------------------------------------
libzt --- Encrypted P2P SD-WAN library by ZeroTier
--------------------------------------------------------------------------------
This project uses cmake as a build system generator. The scripts build.sh and
build.ps1 are used to simplify building and packaging for various targets.
dist/ : Finished targets: libraries, binaries, packages, etc.
cache/ : Build system caches that can safely be deleted after build.
pkg/ : Project, script and spec files to generate packages.
1. git submodule update --init
2. (*)nix : ./build.sh host "release"
2. Windows : . .\build.ps1; Build-Host -BuildType "Release" -Arch "x64"
To see additional build targets:
./build.sh list
Help, bugs, and feature requests: https://github.com/zerotier/libzt/issues