<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cblfs.nicewhileitlasted.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.0.53.34</id>
	<title>CBLFS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://cblfs.nicewhileitlasted.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.0.53.34"/>
	<link rel="alternate" type="text/html" href="https://cblfs.nicewhileitlasted.com/Special:Contributions/84.0.53.34"/>
	<updated>2026-05-21T16:10:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>?title=Libcfg&amp;diff=7251</id>
		<title>Libcfg</title>
		<link rel="alternate" type="text/html" href="?title=Libcfg&amp;diff=7251"/>
		<updated>2007-01-20T19:14:54Z</updated>

		<summary type="html">&lt;p&gt;84.0.53.34: /* Introduction to Libcfg */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://platon.sk/projects/download.php?id=57&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Introduction to Libcfg ==&lt;br /&gt;
&lt;br /&gt;
libcfg+ is a C library that features multi- command line and&lt;br /&gt;
configuration file parsing. It is possible to set up various special&lt;br /&gt;
properties such as quoting characters, deliminator strings, file comment&lt;br /&gt;
prefixes, multi-line postfixes, and more. It supports many data types&lt;br /&gt;
such as booleans, integers, decimal numbers, strings with many&lt;br /&gt;
additional data type flags (such as multiple values for a single&lt;br /&gt;
option).&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[DocBook Utils]]&lt;br /&gt;
* [[Doxygen]]&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
If you would like to generate the documentation type:&lt;br /&gt;
&lt;br /&gt;
 make documentation&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make -k install &amp;amp;&amp;amp;&lt;br /&gt;
 LIBVER=$(cat src/Makefile | grep VERSION | cut -f3 -d&#039; &#039; | head -n 1) &amp;amp;&amp;amp;&lt;br /&gt;
 chmod -v 755 /usr/lib/libcfg+.so.${LIBVER}&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32}&amp;quot; ./configure --prefix=/usr &amp;amp;&amp;amp;&lt;br /&gt;
 make LD=&amp;quot;gcc ${BUILD32}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make -k install &amp;amp;&amp;amp;&lt;br /&gt;
 LIBVER=$(cat src/Makefile | grep VERSION | cut -f3 -d&#039; &#039; | head -n 1) &amp;amp;&amp;amp;&lt;br /&gt;
 chmod -v 755 /usr/lib/libcfg+.so.${LIBVER}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILDN32}&amp;quot; ./configure --prefix=/usr --libdir=/usr/lib32 &amp;amp;&amp;amp;&lt;br /&gt;
 make LD=&amp;quot;gcc ${BUILDN32}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make -k install &amp;amp;&amp;amp;&lt;br /&gt;
 LIBVER=$(cat src/Makefile | grep VERSION | cut -f3 -d&#039; &#039; | head -n 1) &amp;amp;&amp;amp;&lt;br /&gt;
 chmod -v 755 /usr/lib32/libcfg+.so.${LIBVER}&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64} -fPIC&amp;quot; ./configure --prefix=/usr --libdir=/usr/lib64 &amp;amp;&amp;amp;&lt;br /&gt;
 make LD=&amp;quot;gcc ${BUILD64}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If you would like to generate the documentation type:&lt;br /&gt;
&lt;br /&gt;
 make documentation&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make -k install &amp;amp;&amp;amp;&lt;br /&gt;
 LIBVER=$(cat src/Makefile | grep VERSION | cut -f3 -d&#039; &#039; | head -n 1) &amp;amp;&amp;amp;&lt;br /&gt;
 chmod -v 755 /usr/lib64/libcfg+.so.${LIBVER}&lt;br /&gt;
&lt;br /&gt;
= Contents =&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Installed Programs:&lt;br /&gt;
| ???&lt;br /&gt;
|-&lt;br /&gt;
! Installed Libraries:&lt;br /&gt;
| ???&lt;br /&gt;
|-&lt;br /&gt;
! Installed Directories:&lt;br /&gt;
| ???&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Short Descriptions ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! program1&lt;br /&gt;
| ???&lt;br /&gt;
|-&lt;br /&gt;
! program2&lt;br /&gt;
| ???&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>84.0.53.34</name></author>
	</entry>
</feed>