diff options
author | Linus Nordberg <linus@nordu.net> | 2010-10-05 08:36:38 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-10-05 08:36:38 +0200 |
commit | 3587b10283526f70b3215292573519e19b012130 (patch) | |
tree | a29dbb62847f84765da5e3eeb6195c92d46c7663 /lib/README | |
parent | f429a882c9bc72a597e6bcbecf5842e37af754e0 (diff) |
Autotoolize.
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 23 |
1 files changed, 19 insertions, 4 deletions
@@ -1,9 +1,24 @@ -This is a non-working RADIUS library doing UDP, TCP, TLS and DTLS. +libradsec is a non-working RADIUS library doing UDP, TCP, TLS and +DTLS. -It depends on libradius from FreeRADIUS freeradius-server and -libevent2. +libradsec depends on +- libradius from the FreeRADIUS freeradius-server +- libevent2 +- libconfuse +- openssl (if configured with tls or dtls support) -Those parts of the library which has been tested has been so on Linux + +To compile the library and the examples, do something like + + sh autogen.sh && ./configure && make + +If any of the libraries are not found, try setting environment +variable LDFLAGS at configure time + + LDFLAGS="-L/usr/lib/freeradius -L/usr/local/lib" ./configure + + +The parts of the library which has been tested has been so on Linux (Ubuntu 10.04) with libfreeradius2 (2.1.8+dfsg-1ubuntu1), libconfuse0 (2.6-2) and libevent-2.0.7-rc-dev (http://monkey.org/~provos/). |