您的位置:首页 > 编程语言 > C语言/C++

Install C++ Boost on Ubuntu

2013-01-17 11:25 323 查看
Install C++ Boost on Ubuntu | Shi Chuan's blog

Install C++ Boost on Ubuntu

Posted on February 16, 2009 by Shi ChuanTweetBoost 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


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: