summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2010-10-18 21:04:21 +0400
committerDmitry Kozlov <xeb@mail.ru>2010-10-18 21:04:21 +0400
commitc97932993f6f5a811f9516066ed6edad48fa6b00 (patch)
treed8ee8f2031874620a4e3ae1368f949f1d9ec5006 /README
parent27b190b7e4f3957fb923174774435832306938b2 (diff)
downloadaccel-ppp-c97932993f6f5a811f9516066ed6edad48fa6b00.tar.gz
accel-ppp-c97932993f6f5a811f9516066ed6edad48fa6b00.zip
due to l2tp doesn't require libnl more build it by default
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index b126d3f3..1a78f7e8 100644
--- a/README
+++ b/README
@@ -41,9 +41,9 @@ or specify other location via KDIR.
1. cd /path/to/accel-pptp-1.1
2. mkdir build
3. cd build
-4. cmake [-DBUILD_DRIVER=TRUE] [-DKDIR=/usr/src/linux] [-DCMAKE_INSTALL_PREFIX=/usr/local] [-DCMAKE_BUILD_TYPE=Debug] [-DLOG_PGSQL=TRUE] [-DL2TP=TRUE] [-DSHAPER=TRUE] ..
+4. cmake [-DBUILD_DRIVER=TRUE] [-DKDIR=/usr/src/linux] [-DCMAKE_INSTALL_PREFIX=/usr/local] [-DCMAKE_BUILD_TYPE=Debug] [-DLOG_PGSQL=TRUE] [-DSHAPER=TRUE] ..
Please note that the double dot record in the end of the command is essential. You'll get error if you miss it.
- BUILD_DRIVER, KDIR, CMAKE_INSTALL_PREFIX, CMAKE_BUILD_TYPE, LOG_PGSQL, L2TP, SHAPER are optional,
+ BUILD_DRIVER, KDIR, CMAKE_INSTALL_PREFIX, CMAKE_BUILD_TYPE, LOG_PGSQL, SHAPER are optional,
but while pptp is not present in mainline kernel you probably need BUILD_DRIVER.
5. make
6. make install