Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmohr/libconfigpp
C++ Drop-in replacement for libconfig
https://github.com/rmohr/libconfigpp
Last synced: 14 days ago
JSON representation
C++ Drop-in replacement for libconfig
- Host: GitHub
- URL: https://github.com/rmohr/libconfigpp
- Owner: rmohr
- License: lgpl-3.0
- Created: 2013-07-05T20:45:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-12T22:56:42.000Z (over 11 years ago)
- Last Synced: 2024-10-19T18:51:42.462Z (30 days ago)
- Language: C++
- Size: 158 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
# libconfigpp
A drop-in replacement for libconfig.## Installation
```bash
autoreconf -fi
./configure
make
make check #optional: run unit tests
make install
```##Usage
Usage examples can be found in the tests folder.