石川的blog ,注意

Install C++ Boost on Ubuntu | Shi Chuan's blog

Install C++ Boost on Ubuntu

Boost is probably the most popular C++ library, to install C++ Boost on Ubuntu is easy.

Open your terminal and type the following command to install the packages:

sudo apt-get install libboost-date-time-dev libboost-date-time1.34.1 libboost-dev libboost-doc libboost-filesystem-dev libboost-filesystem1.34.1 libboost-graph-dev libboost-graph1.34.1 libboost-iostreams-dev libboost-iostreams1.34.1 libboost-program-options-dev libboost-program-options1.34.1 libboost-python-dev libboost-python1.34.1 libboost-regex-dev libboost-regex1.34.1 libboost-signals-dev libboost-signals1.34.1 libboost-test-dev libboost-test1.34.1 libboost-thread-dev libboost-thread1.34.1

原文地址:https://www.cnblogs.com/lexus/p/2864151.html