HazimGazov / GLTools

A set of tools to make working with OpenGL easier
159 stars 55 forks source link

dynamic linker isn't updated during install #2

Closed Manbeardo closed 13 years ago

Manbeardo commented 13 years ago
sudo make install

does not update the dynamic linker after installing. The makefile should include sudo ldconfig after the static object files have been copied

HazimGazov commented 13 years ago

I don't want to force people to run make install as root (in case they're installing to somewhere in their home directory,) so I've just added it to the suggested install steps.