Skip to content

Instantly share code, notes, and snippets.

@you21979
Last active August 29, 2015 14:01
Show Gist options
  • Save you21979/cc1ddbb7a0261d8deac5 to your computer and use it in GitHub Desktop.
Save you21979/cc1ddbb7a0261d8deac5 to your computer and use it in GitHub Desktop.
boost install for static link
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