Results 1 to 3 of 3
I am trying to do OpenGL ES Development on Ubuntu but I cant find the openglES-dev library any where.
I was able to get the standard OpenGL libraries installed ok ...
- 08-16-2010 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 27
OpenGL ES
I am trying to do OpenGL ES Development on Ubuntu but I cant find the openglES-dev library any where.
I was able to get the standard OpenGL libraries installed ok with this command
sudo apt-get install libglut3-dev
does anybody know where the OpenGLES libraries are?
- 08-16-2010 #2
Which Ubuntu version are you using?
Install freeglut3-dev package.
Code:sudo apt-get clean all sudo apt-get update sudo apt-get install freeglut3-dev
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-30-2010 #3Just Joined!
- Join Date
- Nov 2009
- Posts
- 27
I installed the package, but then what header file do I import, and what command line argument do I include during compile?
-lOpenGLES??


Reply With Quote