Contents
Installed Programs:
None
Installed Library:
libcglm
Installed Directories:
/usr/include/cglm
The CGLM package provides a mathematics library for C. It is basically GLM but for the C programming language.
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