Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created March 20, 2015 19:35
Show Gist options
  • Save springmeyer/a1952b74b00a782298b1 to your computer and use it in GitHub Desktop.
Save springmeyer/a1952b74b00a782298b1 to your computer and use it in GitHub Desktop.
Upgrade libstdc++ to support C++11 (allowing easy install of node-mapnik on Ubuntu as old as Precise)
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update -q
sudo apt-get install -y libstdc++6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment