head	1.1;
access;
symbols
	LOG4C_1012:1.1;
locks; strict;
comment	@# @;


1.1
date	2005.05.18.05.18.39;	author heavenzen;	state Exp;
branches;
next	;


desc
@@


1.1
log
@initial log4c-1.0.12 version
@
text
@This is the distribution of Log4C

* What is Log4C

   Log4C is a library of C for flexible logging to files, syslog and other
   destinations. It is modeled after the Log for Java library
   (http://jakarta.apache.org/log4j/), staying as close to their API as is
   reasonable.

* Licensing

   Log4C libraries are released under the terms of the GNU Lesser
   General Public License (GNU LGPL). 

   You can find copies of the license in the file COPYING

* What you will need

   gcc3

* Where to find ...

   gcc3		http://gcc.gnu.org

   log4c	http://log4c.sf.net/
		

   The SourceForge site is only used as a package repository. It should
   become the main log4c site, one day.

* How to ...

   The log4c package uses the GNU autotools compilation and installation
   framework. The following commands should build log4c on the supported
   platforms:

	$ ./configure --prefix=/path/of/installation
	$ make
	$ make install

   Have Fun !!

   Cdric Le Goater <legoater@@free.fr>

@
