📄 qwtinstall.3
字号:
.TH "qwtinstall" 3 "4 Nov 2003" "Qwt User's Guide" \" -*- nroff -*-.ad l.nh.SH NAMEqwtinstall \- INSTALL.PP.nfUnix====For building Qwt for Qt 2.x you need tmake. On SuSE it is hiddenin a package called qt-freebies. It can be downloaded fromhttp://www.trolltech.com/developer/download/tmake.html.You have to set TMAKEPATH to pointto your development environment and run tmake:export TMAKEPATH=/usr/lib/tmake/linux-g++ # path depends on your systemtmake qwt.pro -o MakefilemakeIf you like to build the examples:cd examplestmake examples.pro -o MakefilemakeBuilds for Qt 3.x need qmake, that is official part of Qt 3.x.qmake qwt.pro makeThe designer plugin is available for Qt > 3.x only. You can build and install it with:cd designerqmake qwtplugin.promakemake installIf you like to build the examples:cd examplesqmake examples.pro makeIf you like to run the examples, don't forget to install the qwt librariesor set the LD_LIBRARY_PATH to the lib directory of your local build.qwt doesn't distribute binary unix packages. qwt.spec is a templatespec file for building rpm packages. Read the comments at the beginning of qwt.pro how to use it.Win32-----Please read the qmake/tmake documentation how to convert your *.pro files into your development environment.F.e Qt >= 3.0, MSVC with nmake:qmake qwt.pronmakecd examplesqmake examples.pronmakeQt-NonCommercial users beware: tmake does not understand the subdirs template.The win-tmake.bat batch file generates makefiles for Qwt and all examples. For Visual Studio users, tmake/qmake can also generate '.dsp' files:All you need to do is:Qt < 3.0: tmake -t vclib qwt.pro -o qwt.dsp tmake -t vcapp xy.pro -o xy.dsp ( For an example 'xy' )Qt >= 3.0: qmake -tp vc qwt.proqmake -tp vc xy.pro ( ( For an example 'xy' )Good luck !.PP
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -