Ubuntu安装qwt步骤

1、svn获取代码

svn checkout https://svn.code.sf.net/p/qwt/code/trunk/qwt

2、生产makefile

qmake

3、编译(确保已经安装了qopengl再进行这一步,不然失败)

make

4、安装

make install

原文地址:https://www.cnblogs.com/larkin-cn/p/4058959.html