fixed typo
[anytun.git] / README
blob82f26de8cf11d583edc3c795a5769476dbe53c59
1 Dependencies
2 ============
4 build-essential
5 libgcrypt11-dev
6 libboost-serialization-dev
7 libboost-dev
8 asciidoc
9 xmlto
11 Installation
12 ========
14 Getting the source via subversion:
15 ----------------------------------
16 svn co http://anytun.org/svn/anytun/
18 Building from source
19 --------------------
20 cd anytun
21 ./configure
22 make
25 Errors:
26 -------
28 Note: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2)
29 Cannot open TUN/TAP dev /dev/anytun0: No such file or directory (errno=2)
31 Solution: Enabling tun/tap device
32 ------------------------------------
34 modprobe tun
35 cd /dev
36 ./MAKEDEV tun
38 edit /etc/modules and add the line
39 tun
40 to load the module automatically