Last active
August 29, 2015 14:01
-
-
Save you21979/cc1ddbb7a0261d8deac5 to your computer and use it in GitHub Desktop.
boost install for static link
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
| wget http://downloads.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.gz?r=&ts=1399443444&use_mirror=jaist | |
| tar zxvf boost_1_55_0.tar.gz | |
| cd boost_1_55_0 | |
| ./bootstrap.sh | |
| ./b2 install -j1 link=static address-model=64 install | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment