首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

C++之Boost运用

2012-12-24 
C++之Boost使用1. Get & Build & Install Boostdownload boost from?http://www.boost.org/进入boost目录,

C++之Boost使用

1. Get & Build & Install Boost

download boost from?http://www.boost.org/

进入boost目录,使用命令:

./bootstrap.sh --prefix=path/to/installation

./b2 install

如此之后:

leave Boost binaries in the?

?

编译:

?

?

?编译:

?

g++ -I /home/bin.jinb/usr/local/boost/include/ test.cc -o test \ /home/bin.jinb/usr/local/boost/lib/libboost_regex.a 
?

?

?

?

?