Readme UPD

parent de2cf3c4
L2TP support for NetworkManager L2TP support for NetworkManager
===============================
This version has IPSEC support and can connect to a Sonicwall This version has IPSEC support and can connect to a Sonicwall
Uses xl2tpd and (optional) openswan.
Build
=====
./autogen.sh
./configure
make
sudo make install
Ubuntu users see README.ubuntu file.
\ No newline at end of file
...@@ -4,9 +4,10 @@ so you have to give ./configure every path manually. ...@@ -4,9 +4,10 @@ so you have to give ./configure every path manually.
./configure \ ./configure \
--prefix=/usr --localstatedir=/etc --sysconfdir=/etc \ --prefix=/usr --localstatedir=/etc --sysconfdir=/etc \
--sharedstatedir=/var/lib --libexecdir=/usr/lib/NetworkManager/ \ --sharedstatedir=/var/lib --libexecdir=/usr/lib/NetworkManager \
--infodir=/usr/share/info --mandir=/usr/share/man \ --infodir=/usr/share/info --mandir=/usr/share/man \
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.5/ --with-pppd-plugin-dir=/usr/lib/pppd/2.4.5 --with-gtkver=3 \
--with-dist-version=<my_build_ver>
You'll need at least the following installed: You'll need at least the following installed:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment