Difference between revisions of "Libconfig"

From MCEWiki
(Created page with ''''libconfig''' is a simple library for parsing structured configuration files written by Mark Lindner. It is used by MAS and MCE script to parse the mce.cfg, [[mas.…')
(No difference)

Revision as of 17:04, 16 May 2012

libconfig is a simple library for parsing structured configuration files written by Mark Lindner. It is used by MAS and MCE script to parse the mce.cfg, mas.cfg, and experiment.cfg files.

libconfig documentation is available here:

Installing

libconfig is available in the universe component of the Ubuntu 10.04 repository, and in the main repository from 10.10 onwards. To install it, run

 sudo apt-get install libconfig8

For older releases, libconfig is distributed under the terms of the GNU Lesser General Public License and may be download free of charge from the author's site: