Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rafalb8/zerotierone-static
- Owner: rafalb8
- Created: 2022-10-08T07:40:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T09:30:05.000Z (12 months ago)
- Last Synced: 2024-01-31T10:39:48.683Z (12 months ago)
- Topics: binary, static, steam, steamdeck, zerotier, zerotier-one
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 20
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```