CGLM-0.9.6

Introduction to CGLM

The CGLM package provides a mathematics library for C. It is basically GLM but for the C programming language.

Installation of CGLM

Install CGLM by running the following commands:

mkdir build &&
cd    build &&

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

Now, as the root user:

ninja install

Contents

Installed Programs: None
Installed Library: libcglm
Installed Directories: /usr/include/cglm

Short Descriptions

libcglm

contains mathematic functions for C