summaryrefslogtreecommitdiff
path: root/README
blob: ee3424b509f66b1ee8d06aa2ae9314c33419d4c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ring_buffer
===========

A ready to use library meant to deal with ring buffers.

Installation
============

$ autoreconf -i
should do the necessary to generate the ./configure script

if aclocal complains about a missing m4 directory, just create it

$ mkdir m4

then read the INSTALL file or simply do a

$ ./configure && make && [sudo] make install

which should do the trick

License
=======

This library is free software covered by the GPL license v2. You should
read the COPYING file to understand what is implied.