Skip to content

Instantly share code, notes, and snippets.

@laurencedawson
Created February 8, 2012 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laurencedawson/1765505 to your computer and use it in GitHub Desktop.
Save laurencedawson/1765505 to your computer and use it in GitHub Desktop.
Fix broken links cuda
# Install freeglut and libxi
sudo apt-get install freeglut3-dev libxi-dev
# Fix a missing link
sudo ln -s /usr/lib/libXmu.so.6 /usr/lib/libXmu.so
# Remove the dead link
sudo rm /usr/lib/libGL.so
# Add a new link in order to compile the OpenGL demos
sudo ln -s /usr/lib/libGL.so.285.05.33 /usr/lib/libGL.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment