mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-29 09:18:52 +00:00
16 lines
301 B
Bash
16 lines
301 B
Bash
|
cd ../../
|
||
|
make
|
||
|
cd netcon
|
||
|
make -f make-intercept.mk lib
|
||
|
rm *.o
|
||
|
rm liblwip.so
|
||
|
make -f make-liblwip.mk
|
||
|
cd ../docker-test/throughput-test
|
||
|
|
||
|
cp ../../zerotier-one zerotier-one
|
||
|
cp ../../zerotier-cli zerotier-cli
|
||
|
|
||
|
cp ../../netcon/liblwip.so liblwip.so
|
||
|
cp ../../netcon/libintercept.so.1.0 libintercept.so.1.0
|
||
|
|