Bootstrap

opengl-math3d.h on ubuntu16.04

git clone https://github.com/HazimGazov/GLTools
cd GLTools
cd build
cmake ..
make
sudo make install
[ 50%] Built target gltools-static
[100%] Built target gltools
Install the project...
-- Install configuration: "Debug"
-- Installing: /usr/local/lib/libgltools.so
-- Installing: /usr/local/lib/libgltools.a
-- Installing: /usr/local/include/GLBatchBase.h
-- Installing: /usr/local/include/GLBatch.h
-- Installing: /usr/local/include/GLFrame.h
-- Installing: /usr/local/include/GLFrustum.h
-- Installing: /usr/local/include/GLGeometryTransform.h
-- Installing: /usr/local/include/GLMatrixStack.h
-- Installing: /usr/local/include/GLShaderManager.h
-- Installing: /usr/local/include/GLTools.h
-- Installing: /usr/local/include/GLTriangleBatch.h
-- Installing: /usr/local/include/math3d.h
-- Installing: /usr/local/include/StopWatch.h
sudo ldconfig

参考:https://stackoverflow.com/questions/11141312/how-to-get-the-gltools-library-from-superbible-to-work-in-ubuntu-or-an-alternat
https://github.com/HazimGazov/GLTools

;