Q&A for How to Install Mesa (OpenGL) on Linux Mint

Return to Full Article

Search
Add New Question
  • Question
    Will this work for uBuntu 15.10?
    Community Answer
    Community Answer
    Yes, it will definitely work for uBuntu 15.10.
  • Question
    Will this work for Ubuntu 17.04?
    Pingu
    Pingu
    Top Answerer
    It should work on any platform for which these packages are available through apt (i. e. on any recent version of Ubuntu or Debian or Mint). It worked on Ubuntu 16.04 for me. The only thing different from these instructions is that the package libglew1.5-dev doesn't exist. But if you just install libglew-dev, it will still work.
  • Question
    Can I install the libraries with a single command: "sudo apt-get install build-essential freeglut3 freeglut3-dev binutils-gold g++ cmake libglew-dev mesa-common-dev libglew1.5-dev libglm-dev"?
    Pingu
    Pingu
    Top Answerer
    Yes, you can. It's a long command and quite hard to read, but it will install all the necessary libraries.
  • Question
    I tried to follow all the steps here, but problems start at Part two, when I attempt to save the file and exit. How do I do that?
    Community Answer
    Community Answer
    Press Ctrl+S, then Ctrl+X to save, then exit in nano.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit

Return to Full Article

You Might Also Like

Set Up an OpenGL FreeGLUT GLEW Template Project in Visual StudioSet Up an OpenGL FreeGLUT GLEW Template Project in Visual Studio
Set Up OpenGL GLFW GLEW GLM on a Project with Visual StudioSet Up OpenGL GLFW GLEW GLM on a Project with Visual Studio
Compile a C Program Using the GNU Compiler (GCC) Use GCC to Compile a C Program on Linux and Windows
Make a Cube in OpenGLA Complete Guide to Making a Cube in OpenGL
Set Up OpenGL‐GLFW‐GLAD on a Project with Visual StudioSet Up OpenGL‐GLFW‐GLAD on a Project with Visual Studio
Install Game Maker Studio on LinuxInstall GameMaker Studio 2 on Ubuntu Linux: Setup Guide
Set Up SDL with Visual Studio Set Up SDL with Visual Studio
Update Nvidia Drivers Update Your Nvidia Drivers
Install LatexInstall Latex
Install Java on LinuxInstall Java on Linux
Use Wine on Linux Install and Use Wine on Linux
Install Java in Ubuntu Using TerminalInstall Java in Ubuntu Using Terminal
Install Windows Programs in UbuntuEasily Run Windows Applications on Ubuntu Linux with Wine
Compile CPP File to EXE Compile a CPP File to an EXE using MinGW or Microsoft Visual Studio