Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.