Installation steps for openGL on ubuntu
GLUT it is open GL_U tility _T oolkit for openGL programming we need to install glut (pronounce as glat). Following are the steps to install GLUT on Ubuntu operating system. Step 1: sudo apt-get update For updation of basic packages Step 2: sudo apt-get install build-essential For installing essential packages. Step 3: sudo apt-get install freeglut3 freeglut3-dev // its GL utility toolkit Step 4: sudo apt-get install binutils-gold It is GNU gold linker utility. Gold is a new linker, which is faster than the current linker included in binutils Step 5: sudo apt-get install g++ cmake its a Command-Line Reference.Users build a project b...

Comments
Post a Comment