mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
centos 7 docs
This commit is contained in:
parent
c83a4aef55
commit
fb3b2820b5
1 changed files with 7 additions and 1 deletions
|
@ -14,7 +14,6 @@ DEFS?=
|
||||||
LDLIBS?=
|
LDLIBS?=
|
||||||
DESTDIR?=
|
DESTDIR?=
|
||||||
|
|
||||||
|
|
||||||
include objects.mk
|
include objects.mk
|
||||||
ONE_OBJS+=osdep/LinuxEthernetTap.o
|
ONE_OBJS+=osdep/LinuxEthernetTap.o
|
||||||
ONE_OBJS+=osdep/LinuxNetLink.o
|
ONE_OBJS+=osdep/LinuxNetLink.o
|
||||||
|
@ -402,4 +401,11 @@ debian-clean: FORCE
|
||||||
redhat: FORCE
|
redhat: FORCE
|
||||||
rpmbuild -ba zerotier-one.spec
|
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:
|
FORCE:
|
||||||
|
|
Loading…
Add table
Reference in a new issue