Ubuntu13.04でBoost1.54をコンパイルする手順

操作手順:
1.依存パッケージをインストール
sudo apt-get install python-dev gccxml libbz2-dev

2.Boostはmakeを使わないで、専用Boost開発のbjamを使用するため、だからboostをコンパイルします。
bjamプログラムを取得して、「sudo ./bootstrap.sh」を実行します

3.sudo ./bjam
The Boost C++ Libraries were successfully built! The following directory should be added to compiler include paths:
/home/mogra/lib/boost_1_54_0
The following directory should be added to linker library paths:
/home/mogra/lib/boost_1_54_0/stage/lib mogra@mogra-T500:~/lib/boost_1_54_0$

Linux

Posted by arkgame