📄 qwtinstall.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Qwt User's Guide: INSTALL</title><link href="doxygen.css" rel="stylesheet" type="text/css"><link href="tabs.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.6 --><div class="tabs"> <ul> <li><a href="index.html"><span>Main Page</span></a></li> <li><a href="classes.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="pages.html"><span>Related Pages</span></a></li> </ul></div><h1><a class="anchor" name="qwtinstall">INSTALL</a></h1><div class="fragment"><pre class="fragment">Introduction============Qwt uses qmake to build all its components and examples. qmake is part of a Qt distribution. qmake reads project files, that contain the options and rules how to build a certain project. A project file ends with the suffix <span class="stringliteral">"*.pro"</span>. Files that end with the suffix <span class="stringliteral">"*.pri"</span> are included by the project files and contain definitions, that are common <span class="keywordflow">for</span> several project files.qwtconfig.pri is read by all project files of the Qwt package.So the first step is to edit qwtconfig.pri to adjust it to yourneeds.MathML Extension================Qwt/Qt4 supports the MathML render engine from the Qt solutions package,that is only available with a commercial Qt license.You need a release of qtmmlwidget >= 2.1.Copy the files qtmmlwidget.[cpp|h] to textengines/mathml.A) Unix (+ MacOSX) Qt3/Qt4==========================qmakemakemake installIf you didn't enable autobuilding of the examples in qwtconfig.priyou have to build the examples <span class="keyword">this</span> way:cd examplesqmake makeIf you like to run the examples, don't forget to install the Qwt library/plugins or set the LD_LIBRARY_PATH to the lib directory of your local build. ( On some systems LIBPATH is used instead, on MacOSXit is called DYLD_LIBRARY_PATH. )B) Win32/MSVC Qt3/Qt4=====================Please read the qmake documentation how to convert your *.pro files into your development environment.F.e MSVC with nmake:qmake qwt.pronmakeIf you didn't enable autobuilding of the examples in qwtconfig.priyou have to build the examples <span class="keyword">this</span> way:cd examplesnmake examples.pronmakeadmin/msvc-qmake.bat helps users of Visual Studio users togenerate makefiles or project files (.dsp <span class="keywordflow">for</span> MSVC-6.0 or vcproj <span class="keywordflow">for</span> MSVC.NET) <span class="keywordflow">for</span> Qwt.To generate makefiles, type: <span class="stringliteral">"admin\msvc-qmake"</span>To generate project files, type: <span class="stringliteral">"admin\msvc-qmake vc"</span>C) Win32/MinGW Qt4==================If you use the MinGW compiler from the MSYS shell <span class="keywordflow">do</span>:export MINGW_IN_SHELL=1;qmake make -imake installIf you didn't enable autobuilding of the examples in qwtconfig.priyou have to build the examples <span class="keyword">this</span> way:D) MacOSXWell, the Mac is only another Unix system. So read the instructions in A).D) Qtopia CoreI only tested Qwt with Qtopia Core in qvfb (Virtual Framebuffer Devivce)Emulator on my Linux box. To build Qwt <span class="keywordflow">for</span> the emulator was as simple as <span class="keywordflow">for</span> a regular Unix build.qmakemakeE) Qtopia (!= Qtopia Core)I once compiled the Qwt library against Qtopia 4.2.0 successfully - butnot more. It should be possible to build and install Qwt, but it'snot done yet.Good luck !</pre></div> <hr size="1"><address style="align: right;"><small>Generated on Mon Feb 26 21:26:20 2007 for Qwt User's Guide by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -