首页 > 系统服务 > 详细

linux安装qwt插件linux

时间:2014-05-31 20:52:46      阅读:457      评论:0      收藏:0      [点我收藏+]

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

linux安装qwt插件linux,布布扣,bubuko.com

linux安装qwt插件linux

原文:http://www.cnblogs.com/lvdongjie/p/3762213.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!