diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-12-08 21:10:57 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-12-08 21:10:57 +0000 |
commit | ce8bebc4736c1851cdf40ee3977945e0788b1b21 (patch) | |
tree | 0639577ed7ab383ff69e3f63139e35d28e873a9d | |
parent | removed isakmpd (diff) |
readme updated
-rw-r--r-- | README | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -1,13 +1,24 @@ Dependencies ============ +build-essential libgcrypt11-dev libssl-dev (Openssl) libboost-serialization-dev libboost-dev -Building +Installation ======== -* ./configure -* make +Getting the source via subversion: +---------------------------------- +svn co http://anytun.org/svn/anytun/ + +Building from source +-------------------- +cd anytun +./configure +cd Sockets +make +cd .. +make |