dazuiniu's blog

cat /dev/dazuiniu/random

Archive for the ‘boost’ tag

安装trunk的boost

View Comments

drizzle 对 boost 的要求又提高了,大嘴牛原来的 FC10 上默认安装的 boost 版本已经不再满足她的要求了。没办法,老子直接上 trunk 的,看你怎么变,嘿嘿。顺便写篇这么没有水平的文章吧。

svn co  http://svn.boost.org/svn/boost/trunk boost-trunk
cd boost-trunk
./bootstrap.sh --prefix=/usr    # 这一步会产生下面的 bjam 命令
sudo ./bjam install

[1]. https://svn.boost.org/trac/boost/wiki/BoostSubversion

Written by dazuiniu

June 4th, 2010 at 10:52 pm

Posted in all about dev

Tagged with , , , ,

boost::iequals

View Comments

我靠,这个原来不是命名成boost::isequals()的啊,犯了想当然的错误。善哉善哉,告诫大嘴牛自己心态要平稳,不能急躁,现在又不是给老板加班,这么急干嘛呢?

Written by dazuiniu

May 20th, 2010 at 8:33 pm

Posted in bugs

Tagged with