++ jool changes

This commit is contained in:
Nico Schottelius 2019-11-25 14:48:53 +01:00
parent 47d2a91776
commit 4189b47759
1 changed files with 19 additions and 0 deletions

View File

@ -5,6 +5,25 @@ set -e
version=4.0.6
cat <<EOF
Required for building:
Devuan:
- dkms
- kernel headers for current kernel
Alpine:
apk add build-base libnl3-dev iptables-dev argp-standalone
Compiling on alpine requires:
LDFLAGS=-largp
LDFLAGS=-largp ./configure
LDFLAGS=-largp make
make install
EOF
wget -c https://github.com/NICMx/Jool/releases/download/v${version}/jool-${version}.tar.gz
tar xfz jool-${version}.tar.gz