diff options
author | Christian Pointner <equinox@anytun.org> | 2014-06-21 18:26:51 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2014-06-21 18:26:51 +0000 |
commit | 01ef67da5564e1dcb380adead3e7f869fa3be2c8 (patch) | |
tree | 2d61c96e2aed44703955ce731ffa28a5f055fff7 /README | |
parent | refactored crypto lib selection (diff) |
added defines for nettle as crypto lib
further improved selection of crypto lib
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,8 +1,8 @@ Dependencies ============ -uAnytun can be built by using either libgcrypt or the openssl-crypto library. -The latter is more performant in most cases but there are some license +uAnytun can be built by using either libgcrypt, libnettle or the openssl-crypto +library. The latter is more performant in most cases but there are some license issues when using this library. It also needs more space when installed. @@ -20,7 +20,13 @@ using ssl crypto library: build-essential libssl-dev +using nettle crypto library: + + build-essential + nettle-dev + if you want clang as compiler + clang if you want to rebuild the manpage: |