diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-12-18 13:16:40 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-12-18 13:16:40 +0100 |
commit | 3d0b0f8a67726d8336038e0abdedb0dac9480c27 (patch) | |
tree | 51eea1acbe5f443edef9698aaaf2cae9b37ada92 /lib/README | |
parent | cac2820722262d60dbc3b1bb1768973e3526d9b3 (diff) |
Update documentation and configure.ac for libradsec-0.0.4.
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -14,7 +14,7 @@ LICENSE file. Libradsec depends on - libconfuse - libevent2 -- openssl (if configured with --enable-tls) +- openssl (unless configured with --disable-tls) To compile the library and the examples, do something like @@ -26,8 +26,7 @@ There are a couple of options that can be used when configuring. See ./configure --help -for the full list. Worth mentioning here is --enable-tls and ---enable-tls-psk. +for the full list. Worth mentioning here is --enable-tls-psk. If the preprocessor has a hard time finding some of the header files are, try setting environment variable CPPFLAGS at configure |