Download and Install OpenGL GLUT, GLUI on Linux
OpenGL GLUT and GLUI are used to
build a simple visualization application for demonstrating my FreeStyle
application and library. To download and install glut and glui for openGL, run
the following commands:
$sudo apt-get install
update
$sudo apt-get install
libglui-dev
The following command is optional,
as glut may already come with the particular version of Linux
$sudo apt-get install
libglew-dev freeglut3-dev
No comments:
Post a Comment