summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make-linux.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/make-linux.mk b/make-linux.mk
index db386306..53537de8 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -14,7 +14,6 @@ DEFS?=
LDLIBS?=
DESTDIR?=
-
include objects.mk
ONE_OBJS+=osdep/LinuxEthernetTap.o
ONE_OBJS+=osdep/LinuxNetLink.o
@@ -402,4 +401,11 @@ debian-clean: FORCE
redhat: FORCE
rpmbuild -ba zerotier-one.spec
+# This installs the packages needed to build ZT locally on CentOS 7 and
+# is here largely for documentation purposes.
+centos-7-setup: FORCE
+ yum install -y gcc gcc-c++ make epel-release git
+ yum install -y centos-release-scl
+ yum install -y devtoolset-8-gcc devtoolset-8-gcc-c++
+
FORCE: