starting work on init script
[anytun.git] / README
blobf34ff82cc0bf85dba697dfd07ffccae3fc8532ec
1 Dependencies
2 ============
4 build-essential
5 libgcrypt11-dev
6 libboost-serialization-dev
7 libboost-dev
9 Installation
10 ========
12 Getting the source via subversion:
13 ----------------------------------
14 svn co http://anytun.org/svn/anytun/
16 Building from source
17 --------------------
18 cd anytun
19 ./configure
20 make
23 Errors:
24 -------
26 Note: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2)
27 Cannot open TUN/TAP dev /dev/anytun0: No such file or directory (errno=2)
29 Solution: Enabling tun/tap device
30 ------------------------------------
32 modprobe tun
33 cd /dev
34 ./MAKEDEV tun
36 edit /etc/modules and add the line
37 tun
38 to load the module automatically