首页 > 代码库 > linux安装qwt插件linux
linux安装qwt插件linux
Optional: Get, Compile, Install QWT 5.0.0 (or newer): * NOTE: You should not need to set the environment variables “QTDIR” or “QWT_CFLAGS”, so leave them be (for now).
wget http://superb-east.dl.sourceforge.net/sourceforge/qwt/qwt-5.0.2.tar.bz2
tar jxf qwt-5.0.2.tar.bz2
cd qwt-5.0.2
* Now edit qwtconfig.pri: ** Change the unix version of “INSTALLBASE” to “/usr/local” (was “/usr/local/qwt-5.0.2″); ** Change “doc.path” to “$$INSTALLBASE/doc/qwt” (was “$$INSTALLBASE/doc”); ** Save, exit.
The “doc” portion is in both HTML and man-style, but is all in /usr/local/doc/{html,man}. While this isn’t the standard path, there doesn’t seem to be an easy way to separate them and thus this is left as is. Then:
qmake make sudo make install cd .. sudo apt-get install libqwt5-qt4 libqwt5-qt4-dev
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。