%general-entities; ]> $LastChangedBy$ $Date$ 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; The GLM source tarball shown above downloads with the correct name, glm-&glm-version;.tar.gz, if using a browser such as Firefox. If you prefer to use a command line program such as wget, you normally would obtain &glm-version;.tar.gz. To obtain this package with the proper filename, run: wget -c https://github.com/g-truc/glm/archive/&glm-version;.tar.gz \ -O glm-&glm-version;.tar.gz 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.