mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-22 06:17:48 +00:00
Formatting change
This commit is contained in:
parent
8118630861
commit
b836228465
@ -1,15 +1,19 @@
|
||||
This folder contains two spec files which enable building of various RPM packages for zerotier.
|
||||
This folder contains two spec files which enable building of various RPM packages for ZeroTier.
|
||||
|
||||
#zerotier-one.spec.in
|
||||
This file contains the information to build an RPM from the bash based binary installer of ZeroTier. The resulting RPM cannot be recompiled to different architecture.
|
||||
|
||||
#zerotier.spec
|
||||
This spec file is a "standard" RPM spec file which enables building an SRPM package from the ZeroTier sources. This makes possible to compile the software on different architectures in a standard way. The spec file supports two packages: the standard zerotier and the zerotier-controller too. It supports the build options exposed in the original Linux makefile:
|
||||
This spec file is a "standard" RPM spec file which enables building an SRPM package from the ZeroTier sources. This makes possible to compile the software on different architectures in a standard way. The spec file supports two packages: the standard zerotier and the zerotier-controller too. It supports some of the build options exposed in the original Linux makefile:
|
||||
|
||||
> `rpmbuild -ba zerotier.spec` #builds the standard zerotier package, this is what you need in most of the cases
|
||||
|
||||
> `rpmbuild -ba zerotier.spec --with controller` #builds the zerotier-controller package
|
||||
|
||||
> `rpmbuild -ba zerotier.spec --with debug` #builds the zerotier package with debug enable<>d
|
||||
|
||||
> `rpmbuild -ba zerotier.spec --with miniupnpc` #builds the zerotier package with miniupnpc enabled
|
||||
|
||||
> `rpmbuild -ba zerotier.spec --with cluster` #builds the zerotier package with cluster enabled
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user