eblern third-party installation

  • For core libraries libeblearn and libidx only (tools, testers and some demos may not compile):
    $ sudo apt-get install cmake g++ libatlas-base-dev imagemagick
  • For tools, demos and tester:
    $ sudo apt-get install libboost-filesystem-dev libboost-regex-dev libqt4-core libqt4-dev libqt4-gui libcppunit-dev libxml++2.6-dev mplayer mencoder
  • For developers only (tools for bug-free development):
    $ sudo apt-get install valgrind electric-fence doxygen

cppunit

CppUnit[1] 是Micheal Feathers由JUnit移植过来的一个在GNU LGPL条约下的并在sourcefogre网站上开源的C++单元测试框架


$ wget http://downloads.sourceforge.net/cppunit/cppunit-1.12.1.tar.gz
$ tar xzvf cppunit-1.12.1.tar.gz && cd cppunit-1.12.1
$ ./configure LDFLAGS='-ldl'  && make && sudo make install


boost
$ wget http://sourceforge.net/projects/boost/files/boost/1.43.0/boost_1_43_0.tar.gz/download
$ tar xzvf boost_1_43_0.tar.gz && cd boost_1_43_0
$ ./bootstrap.sh --prefix=${HOME}/installed/boost && ./bjam install --with-filesystem --with-regex

Boost库是一个可移植、提供源代码的C++库,作为标准库的后备,是C++标准化进程的开发引擎之一。


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值