1. 程式人生 > >install glm library in ubuntu and use it in qt

install glm library in ubuntu and use it in qt

1. open link http://sourceforge.net/projects/ogl-math/?source=typ_redirect

then download and extract

2.

sudo cp -r /home/tjiang/Downloads/glm/ /usr/local/include/

3.

then add the glm path to the INCLUDEPATH in .pro file of qt project