Created
March 20, 2015 19:35
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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