From cec3b44ad7c4f03d7ee8fcd9d35eca083f5d1fe4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 16 Apr 2008 00:01:29 +0000 Subject: anytun-nosync builds on OpenBSD now --- README | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index ce87528..f5bc542 100644 --- a/README +++ b/README @@ -1,14 +1,28 @@ Dependencies ============ +Linux +----- + build-essential libgcrypt11-dev libboost-serialization-dev libboost-dev asciidoc +OpenBSD +------- + +libgcrypt +libgpg-error +boost-headers +boost-libs +gmake + + + Installation -======== +============ Getting the source via subversion: ---------------------------------- @@ -16,9 +30,20 @@ svn co http://anytun.org/svn/anytun/ Building from source -------------------- -cd src -./configure -make + +# cd src +# ./configure +# make + +Notes: + - on OpenBSD you have to use gmake instead of make + - currently there is no syncronisation support for OpenBSD + you can build anytun without sync by invoking + + # make anytun-nosync + + instead of just 'make' + Errors: -- cgit v1.2.3