45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
+ 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/>.
|
|
|