glaze-4.4.1

Introduction to glaze

The glaze package provides a header-only in-memory JSON and interface library for C++.

Package Information

glaze Dependencies

Required

CMake

Installation of glaze

Install glaze by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      -D BUILD_TESTING=OFF         \
      -G Ninja .. &&

ninja

Now, as the root user:

ninja install

Command Explanations

-D BUILD_TESTING=OFF: This parameter disables building tests.

Contents

Installed Programs: None
Installed Libraries: None
Installed Directories: /usr/include/glaze and /usr/share/glaze