removed old documentation
[anytun.git] / README
blob6e5b371372494d4ff6e5bfd4e072c8c71d8ee990
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 cd Sockets
21 make
22 cd ..
23 make
26 Errors:
27 -------
29 Note: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2)
30 Cannot open TUN/TAP dev /dev/anytun0: No such file or directory (errno=2)
32 Solution: Enabling tun/tap device
33 ------------------------------------
35 modprobe tun
36 cd /dev
37 ./MAKEDEV tun
39 edit /etc/modules and add the line
40 tun
41 to load the module automatically