blob: a0ba8e6df2333c02903674ac625fc86fe2026269 (
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
38
39
|
Dependencies
============
Linux
-----
build-essential
libgcrypt11-dev
libgmp3-dev
OpenBSD
-------
libgcrypt
libgpg-error
gmp
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
|