C library for parsing syslog messages. A much more interesting project is the journal from systemd.
Go to file
Laurence Withers ddc2c91660 Add documentation build skeleton 2009-11-06 13:48:21 +00:00
scripts Import of build skeleton 2009-11-06 13:31:40 +00:00
src Add documentation build skeleton 2009-11-06 13:48:21 +00:00
.gitignore Import of build skeleton 2009-11-06 13:31:40 +00:00
COPYING Import of build skeleton 2009-11-06 13:31:40 +00:00
README Import of build skeleton 2009-11-06 13:31:40 +00:00
config Import of build skeleton 2009-11-06 13:31:40 +00:00
make.sh Import of build skeleton 2009-11-06 13:31:40 +00:00
run-test.sh Import of build skeleton 2009-11-06 13:31:40 +00:00
version Import of build skeleton 2009-11-06 13:31:40 +00:00

README

libsyslogp
========================================================================
(c)2009, Laurence Withers, <l@lwithers.me.uk>.
Released under the GNU GPLv3. See file COPYING or 
http://www.gnu.org/copyleft/gpl.html for details.

Really Quick Instructions
-------------------------

To build: ./make.sh
To install: ./make.sh install

You might want to edit 'config' first. You might also want to set
'INSTALL_PREFIX', which is prepended onto the destination of any
installed file.

@TODO@