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.…') |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''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''' 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. | ||
+ | |||
+ | The MAS utility [[mas_param]], can be used to read and write libconfig files from the command line. | ||
libconfig documentation is available here: | libconfig documentation is available here: | ||
Line 12: | Line 14: | ||
* http://www.hyperrealm.com/libconfig/ | * http://www.hyperrealm.com/libconfig/ | ||
+ | |||
+ | [[Category:MAS]] |
Latest revision as of 17:14, 30 August 2016
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.
The MAS utility mas_param, can be used to read and write libconfig files from the command line.
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: