summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorKristof Imre Szabo <kris@lxsystems.de>2016-02-28 00:00:55 +0100
committerKristof Imre Szabo <kris@lxsystems.de>2016-02-28 00:00:55 +0100
commit8118630861af532732822ed6a84ea544f35e520d (patch)
tree41de052c989ef6680f01ee88aabf8c1095f23c44 /ext
parentbf3e31ece77bcbf82ab6fdd66eef7f1a64a862fb (diff)
downloadinfinitytier-8118630861af532732822ed6a84ea544f35e520d.tar.gz
infinitytier-8118630861af532732822ed6a84ea544f35e520d.zip
Formatting change
Diffstat (limited to 'ext')
-rw-r--r--ext/installfiles/linux/RPM/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/installfiles/linux/RPM/README.md b/ext/installfiles/linux/RPM/README.md
index 5647cdde..fab58560 100644
--- a/ext/installfiles/linux/RPM/README.md
+++ b/ext/installfiles/linux/RPM/README.md
@@ -6,14 +6,14 @@ This file contains the information to build an RPM from the bash based binary in
#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:
-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 enabled
-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
+> `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
-##Build environment preparation
+####Build environment preparation
As zerotier is not distributed in tar.gz format at the moment, the %prep section of the spec file takes care about this.