Autotoolize.
[radsecproxy.git] / lib / README
1 libradsec is a non-working RADIUS library doing UDP, TCP, TLS and
2 DTLS.
3
4 libradsec depends on 
5 - libradius from the FreeRADIUS freeradius-server
6 - libevent2
7 - libconfuse
8 - openssl (if configured with tls or dtls support)
9
10
11 To compile the library and the examples, do something like
12
13  sh autogen.sh && ./configure && make
14
15 If any of the libraries are not found, try setting environment
16 variable LDFLAGS at configure time
17
18  LDFLAGS="-L/usr/lib/freeradius -L/usr/local/lib" ./configure
19
20
21 The parts of the library which has been tested has been so on Linux
22 (Ubuntu 10.04) with libfreeradius2 (2.1.8+dfsg-1ubuntu1), libconfuse0
23 (2.6-2) and libevent-2.0.7-rc-dev (http://monkey.org/~provos/).
24
25 The file HACKING contains more detailed info on the state of the
26 various parts of the library.