From 71adee3a036c9589fcc6dd61d115a9dc092acbb6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 10 Jan 2009 01:13:38 +0000 Subject: updated README and ChangeLog --- README | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index 546ea97..e97ef00 100644 --- a/README +++ b/README @@ -4,15 +4,29 @@ Dependencies Linux ----- -build-essential -libgcrypt11-dev +using libgcrypt: + + build-essential + libgcrypt11-dev + +using ssl crypto library: + + build-essential + libssl-dev + OpenBSD ------- -libgcrypt -libgpg-error -gmake +using libgcrypt: + + gmake + libgcrypt + libgpg-error + +using ssl crypto library: + + gmake Installation @@ -25,13 +39,25 @@ svn co https://svn.chaos-at-home.org/uanytun Building from source -------------------- +using libgcrypt: + # cd src # ./configure # make +using ssl crypto library: + +# cd src +# ./configure --use-ssl-crypto +# make + + Notes: + - try './configure --help' for further information + - if using openssl pre 0.9.8 you have to disable passphrase + because openssl had no SHA256 implementation prior to this + version - 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 + outer Protocol on OpenBSD because it does not support V4-Mapped adresses - -- cgit v1.2.3