|
Compiling
from SVN
for
ShrewSoft
VPN Tunnel
These
are some notes I took
for installing Shrew Soft VPN client under Feisty/Gutsy on my Acer
5100-3357 Laptop. These notes may be incomplete for your installation.
Use your own judgement in using them. To request changes, give me a
call or e-mail them. Charlie Morrison 2/28/2008
see:
http://www.shrewsoft.net
cd <ike dir>
svn
update
make clean
rm CMakeCache.txt
cmake
-DCMAKE_INSTALL_PREFIX=/usr -DQTGUI=YES -DETCDIR=/etc -DNATT=YES
sudo make
sudo make install
sudo setkey -F
sudo setkey -FP
sudo /etc/init.d/iked stop
sudo /etc/init.d/iked start
|