Uninstall boost and install another version

后端 未结 5 1238
我寻月下人不归
我寻月下人不归 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:13

    You can uninstall with

    apt-get --purge remove libboost-dev libboost-doc
    

    Download the package you need from boost website, extract and follow "getting started" instructions found inside index.html in the extracted directory.

提交回复
热议问题