summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorKristof Imre Szabo <kris@lxsystems.de>2016-02-28 00:02:48 +0100
committerKristof Imre Szabo <kris@lxsystems.de>2016-02-28 00:02:48 +0100
commitb836228465b4c93641e745401b4f0b26e1aeee3f (patch)
tree93643a0aa57ad685a72d408c05b41b5283da9574 /ext
parent8118630861af532732822ed6a84ea544f35e520d (diff)
downloadinfinitytier-b836228465b4c93641e745401b4f0b26e1aeee3f.tar.gz
infinitytier-b836228465b4c93641e745401b4f0b26e1aeee3f.zip
Formatting change
Diffstat (limited to 'ext')
-rw-r--r--ext/installfiles/linux/RPM/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/ext/installfiles/linux/RPM/README.md b/ext/installfiles/linux/RPM/README.md
index fab58560..47c6a691 100644
--- a/ext/installfiles/linux/RPM/README.md
+++ b/ext/installfiles/linux/RPM/README.md
@@ -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