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