++ jool changes
This commit is contained in:
parent
47d2a91776
commit
4189b47759
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue