mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
parent
e5bf4565da
commit
1cf953c046
2 changed files with 6 additions and 11 deletions
|
@ -331,9 +331,8 @@ realclean: distclean
|
|||
official: FORCE
|
||||
make -j4 ZT_OFFICIAL=1 all
|
||||
|
||||
#docker: FORCE
|
||||
# make clean ; make -j4 one
|
||||
# docker build -f docker/Dockerfile .
|
||||
docker: FORCE
|
||||
docker build -f ext/installfiles/linux/zerotier-containerized/Dockerfile -t zerotier-containerized .
|
||||
|
||||
central-controller: FORCE
|
||||
make -j4 LDLIBS="-L/usr/pgsql-10/lib/ -lpq -Lext/librabbitmq/centos_x64/lib/ -lrabbitmq" CXXFLAGS="-I/usr/pgsql-10/include -I./ext/librabbitmq/centos_x64/include -fPIC" DEFS="-DZT_CONTROLLER_USE_LIBPQ -DZT_CONTROLLER" ZT_OFFICIAL=1 ZT_USE_X64_ASM_ED25519=1 one
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue