Annotation of embedaddon/confuse/README, revision 1.1
1.1 ! misho 1: This is libConfuse, a library for parsing configuration files. It was
! 2: called libcfg before, but was changed to not confuse with other
! 3: similar libraries.
! 4:
! 5: See the INSTALL file for installation instructions. By default, only a
! 6: static library is built. Specify --enable-shared to the configure
! 7: script to also build a shared library.
! 8:
! 9: With libtool 1.4.2 (and/or automake 1.6.3) there is a problem building
! 10: the sources. The libtool script expects the environment variable SED
! 11: to point to a usable sed binary, but this variable does not get
! 12: set. You'll have to do a "export SED=sed" (if using bash) or "setenv
! 13: SED sed" (if using csh) before running make.
! 14:
! 15: Documentation can be built by running doxygen in the top-level
! 16: directory. It is also available at http://www.nongnu.org/confuse/manual/.
! 17:
! 18: There is a project page at http://sv.nongnu.org/projects/confuse.
! 19: Report bugs to <confuse-devel@nongnu.org>
! 20:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>