Uninstall boost and install another version

后端 未结 5 1218
我寻月下人不归
我寻月下人不归 2020-12-31 09:51

I\'ve installed the boost libraries on Linux Mint 12 using the command sudo apt-get install libboost-dev libboost-doc, which installs the default version availa

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-31 10:23

    This is how you install a specific Boost version:

    cd boost_1_54_0/
    
    ./bootstrap.sh --with-libraries=atomic,date_time,exception,filesystem,iostreams,locale,program_options,regex,signals,system,test,thread,timer,log
    
    sudo ./b2 install
    

提交回复
热议问题