Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  3. #3
    Just 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??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...