Installing OpenGL and OpenAL in Ubuntu

54,485
    sudo apt-get update
    OpenGL: sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev
    OpenAL: sudo apt-get install libopenal0a libopenal-dev
    ALUT:   sudo apt-get install libalut0 libalut-dev

[ALUT may have broken packages but it works fine]

Share:
54,485
Admin
Author by

Admin

Updated on July 05, 2022

Comments

  • Admin
    Admin almost 2 years

    How can I install OpenGL (with GLUT) and OpenAL (with ALUT) in Ubuntu Lucid lynx? I tried installing Mesa 7.8.2 using configure and make (the method told in www.mesa3d.org), but it is not installing anything. X.org's X is installed in my system, but there is no /usr/X11R6 directory. Is that a problem?

  • earthmeLon
    earthmeLon over 11 years
    Instead of libopenal0a, try libopenal1.
  • Tyguy7
    Tyguy7 about 9 years
    ^ comment above worked.