博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  cxx

摘要:install precedure: apt-get update //update apt-get apt-cache search opencv //search relevence package with opencv apt-get install libcv2.3 libcvaux2.3 libhighgui2.3 apt-get install libcv-dev libcvaux-dev libhighgui-dev apt-get install opencv-doc //docs dpkg -L opencv-doc //check install... 阅读全文

posted @ 2012-12-05 15:16 hebi 阅读(164) 评论(0) 推荐(0)

摘要:/*this document is talking about the procedure when I install the fltk library under linux, ubuntu*/1.download fltk-source.tar.gz from www.fltk.org2.untar it: tar -zxvf xxx.tar.gz3.create my own dictionary: cd /home/hebi/Software/ mkdir fltk cd fltk mkdir bin lib include4.follow the README ... 阅读全文

posted @ 2012-12-05 14:59 hebi 阅读(339) 评论(0) 推荐(0)