toml++-3.4.0

Introduction to toml++

The toml++ package is a TOML configuration parser for C++.

toml++ Dependencies

Recommended

Installation of toml++

Install toml++ by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release .. &&
ninja

Now, as the root user:

ninja install

Command Explanations

-D generate_cmake_config=false: This option disables depending on CMake but as a result doesn't generate CMake find_package files some build systems require.

Contents

Installed Programs: None
Installed Libraries: libtomlplusplus
Installed Directories: /usr/include/toml++ and /usr/lib/cmake/tomlplusplus

Short Descriptions

libtomlplusplus

provides functions for parsing TOML