RapidYAML-0.16.0

Introduction to RapidYAML

The RapidYAML package provides a C++ YAML parser.

RapidYAML Dependencies

Required

CMake

Installation of RapidYAML

Install RapidYAML by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr   \
      -D CMAKE_BUILD_TYPE=Release    \
      -D BUILD_SHARED_LIBS=ON        \
      -G Ninja .. &&

ninja

Now, as the root user:

ninja install

Command Explanations

-D BUILD_SHARED_LIBS=ON: This parameter forces the build system to build shared libraries instead of static ones.

Contents

Installed Programs: None
Installed Libraries: libryml
Installed Directories: /usr/include/c4, /usr/lib/cmake/ryml, and /usr/share/ryml

Short Descriptions

libryml

provides functions that can help parse YAML