Everest configuration parser
Go to file
2025-03-19 21:00:10 -04:00
include fix issue with no member error 2025-03-19 21:00:10 -04:00
config.mk init 2025-03-19 20:27:58 -04:00
LICENSE init 2025-03-19 20:28:19 -04:00
Makefile fix issue with Makefile 2025-03-19 20:35:35 -04:00
README init 2025-03-19 20:27:58 -04:00

+ libevconf

The Everest configuration file parser

+ Installation

Libevconf is provided as a header-only library.

To install, clone this repository:

	$ git clone https://git.everestlinux.org/EverestLinux/libevconf

Enter the directory and edit config.mk:

	$ cd libevconf
	$ $EDITOR config.mk

Install the library:

	$ make install # note that you may need root access, depending on the value of PREFIX

+ Documentation

Online documentation can be found at https://everestlinux.org/docs/libevconf
Offline documentation can be accessed with the following command:

	$ man 3 libevconf

+ Copyright

(C) 2025 Everest Developers
This program is free software: you can redistribute it and/or modify it 
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your option)
any later version.

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 General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program.
If not, see <https://www.gnu.org/licenses/>.