Welcome

Troves being gleaned while surfing on the Internet mostly about computer/IT/system skills and tricks, Welcome here ...
Powered By Blogger

Disclaimer

This blog is written by the owner with real practices and tests and intended to hold all original posts except there is a clear declaration for referencing from others. Thanks for tagging with the source link or other tips for reference from here if you would like to quote partial or full text from posts in this blog.

Monday, January 3, 2011

Can not find man page for GLUT routines in Linux?

I made up the man page for GLUT (so that I can ^K to call the API manual out while the cursor is on the words symbolizing GLUT routines) by the simplest way:

sudo yum  list "*glut*"

more than a couple was found and following two are among the alternatives:

sudo -y install freeglut freeglut-evel


now enter into vim again and try ^K on "glutWindowSize" for instance, check if it works now.

No comments: