summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-04-16 00:01:29 +0000
committerChristian Pointner <equinox@anytun.org>2008-04-16 00:01:29 +0000
commitcec3b44ad7c4f03d7ee8fcd9d35eca083f5d1fe4 (patch)
tree8a11d9c3af478f7d77828578fbffba356049a56f /README
parentmakefile (diff)
anytun-nosync builds on OpenBSD now
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 29 insertions, 4 deletions
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: