beegoをインストールしてみる
公開日:
:
最終更新日:2014/01/31
プログラミング
記事内に広告を含む場合があります。記事内で紹介する商品を購入することで、当サイトに売り上げの一部が還元されることがあります。
% wget http://prdownloads.sourceforge.jp/beego/27890/beego_tools-0.0.3.tar.gz
% tar xf beego_tools-0.0.3.tar
% cd beego_tools-0.0.3
% ./configure
configure: WARNING: *** Boost 1.33 or higher is not found!
configure: error: We could not detect the boost libraries (version 1.33 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.
% echo $BOOST_ROOT
% export BOOST_ROOT=/opt/local/include/boost-1_34_1/boost
% echo $BOOST_ROOT
/opt/local/include/boost-1_34_1/boost
% ./configure
configure: WARNING: *** Boost 1.33 or higher is not found!
configure: error: We could not detect the boost libraries (version 1.33 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.
んー、どうしたらいいのだろう??
関連記事
- PREV
- $BOOST_ROOTを設定する
- NEXT
- Linuxでシリアル通信(RS232C)