minor changes
[anytun.git] / README
blobdcd992498a18d6083b4e7eb3c10f842c4640dd45
1 Dependencies
2 ============
4 build-essential
5 libgcrypt11-dev
6 libssl-dev (Openssl)
7 libboost-serialization-dev
8 libboost-dev
10 Installation
11 ========
13 Getting the source via subversion:
14 ----------------------------------
15 svn co http://anytun.org/svn/anytun/
17 Building from source
18 --------------------
19 cd anytun
20 ./configure
21 cd Sockets
22 make
23 cd ..
24 make
27 Errors:
28 -------
30 Note: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2)
31 Cannot open TUN/TAP dev /dev/anytun0: No such file or directory (errno=2)
33 Solution: Enabling tun/tap device
34 ------------------------------------
36 modprobe tun
37 cd /dev
38 ./MAKEDEV tun
40 edit /etc/modules and add the line
41 tun
42 to load the module automatically