Sonntag, 21. September 2008

Tinc VPN unter Mac mit Darwinports

sudo port install lzo
mkdir tinc;cd tinc
wget "http://www.tinc-vpn.org/packages/tinc-1.0.8.tar.gz"
tar xzfv tinc-1.0.8.tar.gz
cd tinc-*
#Wichtig ist, die Pfade anzugeben:
./configure --with-lzo=/opt/local/include/ --with-lzo-include=/opt/local/include/ --with-lzo-lib=/opt/local/lib

Keine Kommentare: