%general-entities; ]> $LastChangedBy: bdubbs $ $Date: 2019-04-10 15:23:42 -0500 (Wed, 10 Apr 2019) $ GLM-&glm-version; GLM Introduction to GLM OpenGL Mathematics (GLM) is a header-only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications. An extension system provides extended capabilities such as matrix transformations and quaternions. &lfs84_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &glm-md5sum; Download size: &glm-size; Estimated disk space required: &glm-buildsize; Estimated build time: &glm-time; GLM Dependencies Required User Notes: Installation of GLM Install GLM by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib .. && make To test the results, issue: make test. Now, as the root user: make install Command Explanations -DCMAKE_INSTALL_LIBDIR=lib ..: Although no compiled libraries are installed, this command ensures that the cmake and pkg-config files are installed into /usr/lib. Contents Installed Program Installed Library Installed Directory None. None. /usr/include/glm.