Libconfig

From MCEWiki
Revision as of 18:04, 16 May 2012 by Dvw (talk | contribs) (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.…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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: