diff options
author | Christian Pointner <equinox@anytun.org> | 2014-06-29 12:17:39 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2014-06-29 12:17:39 +0000 |
commit | a6cbf15cf4d3ef9e3f9afb1adcbc3c6c9f483b96 (patch) | |
tree | 893fdd110e7007662b1129b6b5d4a9d35441b240 | |
parent | while(1) vs. for(;;) (diff) |
cleanups for README
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,10 +62,9 @@ Installation Getting the source via subversion: ---------------------------------- -svn co https://svn.anytun.org/uanytun/trunk uanytun +svn co http://svn.anytun.org/uanytun/trunk uanytun cd uanytun - Building from source -------------------- @@ -81,6 +80,7 @@ using ssl crypto library: # ./configure --use-ssl-crypto # make + Notes: - try './configure --help' for further information - if using openssl pre 0.9.8 you have to disable passphrase |