blob: 546ea9795d895ab20b586531c873bf8cd2230568 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
Dependencies
============
Linux
-----
build-essential
libgcrypt11-dev
OpenBSD
-------
libgcrypt
libgpg-error
gmake
Installation
============
Getting the source via subversion:
----------------------------------
svn co https://svn.chaos-at-home.org/uanytun
Building from source
--------------------
# cd src
# ./configure
# make
Notes:
- on OpenBSD you have to use gmake instead of make
- currently there is no support for using IPv6 as
outer Protocol because OpenBSD does not support
V4-Mapped adresses
|