diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 33 |
1 files changed, 29 insertions, 4 deletions
@@ -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: |