core-rc - runtime configuration Code
lightweight, easy usable and readable runtime configuration
Status: Beta
Brought to you by:
johns
@file README.txt @brief core runtime configuration
Copyright (c) 2009, 2010, 2021 by Lutz Sammer. All Rights Reserved.
Contributor(s):
License: AGPLv3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
$Id$
To compile you must have the 'requires' installed.
Quickstart:
-----------
Type 'make' to create the runtime test application.
Type './rc_test -c example.core-rc' to run it.
Install:
--------
1a) git
git clone git://core-rc.git.sourceforge.net/gitroot/core-rc/core-rc
cd core-rc
# make should automatic pull the submodules from git.
make
./rc_test -c example.core-rc
2a) tarball
Download latest version from:
http://sourceforge.net/projects/core-rc/files/
tar vxf core-rc-2011-*.tar.bz2
cd core-rc
# make should automatic pull the submodules from git.
make
./rc_test -c example.core-rc
Documentation:
--------------
See core-rc.c how to use it in your own project.
Requires:
---------
core-array
core general purpose associative array.
(included in source tarball) or
http://sourceforge.net/projects/core-array/
Optional:
---------
peg
Parsing Expression Grammar - parser generator
http://piumarta.com/software/peg
(core-rc_parser.c.in was generated by version 0.1.18
#pragma used to reduce compiler warnings)