Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafalb8/zerotierone-static

Static Zerotier-One binaries
https://github.com/rafalb8/zerotierone-static

binary static steam steamdeck zerotier zerotier-one

Last synced: 2 months ago
JSON representation

Static Zerotier-One binaries

Awesome Lists containing this project

README

        

# ZeroTier-One static binaries
This project provides static [Zerotier-One](https://github.com/zerotier/ZeroTierOne) binaries.

# Installing
*To install ZeroTier-One on Steam Deck you can follow: [Steam Deck (SteamOS 3)](SteamDeck.md)*

Download latest release:
```sh
curl -LJO https://github.com/rafalb8/ZeroTierOne-Static/releases/latest/download/zerotier-one-x86_64.tar.gz
```

And install it to bin:
```sh
tar -xzf zerotier-one-x86_64.tar.gz
install bin/* /bin
```
# Building
To build latest version run:
```sh
make
```
To build specific version, set variable:
```sh
make ZT_VERSION=1.10.1
```