mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-09 04:04:13 +00:00
centos 7 docs
This commit is contained in:
parent
c83a4aef55
commit
fb3b2820b5
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user