~showard314/ubuntu/utopic/qtiplot/utopic_1311721

« back to all changes in this revision

Viewing changes to README.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Howard
  • Date: 2011-05-07 17:00:26 UTC
  • mfrom: (1.1.9 upstream) (2.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110507170026-77wvcv8uc6955fff
* moved debian/build.conf into debian/patches/03_build_conf.patch
  to track changes to build.conf between releases. Updated
  debian/rules accordingly.
* New upstream release. (Closes: #599450)
* Refreshed patches.
* debian/control B-D on libalglib-dev, libtamuanova-dev,
  libqtexengine-dev
* debian/rules allows for parallel builds
* Byte compile python modules with dh_python2, removed debian/*.post{rm,inst}
  dropped dependency on depricated python-central (Closes: #587669)
* Added shared-mime-info xml data in debian/qtiplot.sharedmimeinfo
  (LP: #184307)
* 04_qwtplot3d_static.patch added to build a modified static
  library of qwt3dplot
* 05_link_gl2ps.patch added to use Debian gl2ps library.
* Policy 3.9.2, no changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
<a href="http://www.trolltech.com/products/qt/index.html">Qt (>= 4.5.0)</a>,
49
49
<a href="http://sources.redhat.com/gsl/">GSL</a>,
50
50
<a href="http://muparser.sourceforge.net/">muParser (1.32)</a>,
51
 
<a href="http://www.zlib.net/">zlib</a>,
52
 
<a href="http://www.libpng.org/pub/png/libpng.html">libpng</a>
53
 
and <a href="http://www.boost.org/">BOOST C++ libraries</a>.<br><br>
54
 
The QtiPlot developers also work very actively on the <a href="http://soft.proindependent.com/liborigin2/index.html">liborigin2</a> library.
55
 
The development version of this library is shipped with QtiPlot in the "3rdparty" folder and
56
 
does not need to be compiled or installed separately. The same considerations apply for 
57
 
the <a href="http://qwtplot3d.sourceforge.net/">QwtPlot3D</a> library.<br><br>
58
 
 
59
 
You must use the slightly modified version of the <a href="http://qwt.sourceforge.net/index.html">Qwt (5.2)</a> library 
60
 
which is shipped with QtiPlot in the "3rdparty/qwt" folder.<br><br>
61
 
 
62
 
If you want to be able to import/export Excel files, you need to download and install the <a href="http://www.codeproject.com/KB/office/ExcelFormat.aspx">ExcelFormat</a> library.<br>
63
 
For the import of ODF spreadsheet files, you need to download and install <a href="http://quazip.sourceforge.net/">QuaZIP</a>.
 
51
<a href="http://www.zlib.net/">zlib</a> and
 
52
<a href="http://www.libpng.org/pub/png/libpng.html">libpng</a>.<br>
 
53
 
 
54
You also need to build and install the slightly modified versions of the <a href="http://qwt.sourceforge.net/index.html">Qwt (5.2)</a> and
 
55
<a href="http://qwtplot3d.sourceforge.net/">QwtPlot3D</a> libraries
 
56
which are shipped with QtiPlot in the "3rdparty/qwt" and "3rdparty/qwtplot3d" folders respectively.<br><br>
 
57
 
 
58
For the export of 2D plots to TeX,
 
59
you need to download and install <a href="http://soft.proindependent.com/qtexengine/">QTeXEngine</a>.<br>
 
60
 
 
61
If you need to convert random grid XYZ datasets to matrices you must download and install
 
62
<a href="http://www.alglib.net/">ALGLIB (2.6)</a>.<br>
 
63
 
 
64
If you want to perform ANOVA statistic calculations you must download
 
65
<a href="http://www.stat.tamu.edu/~aredd/tamuanova/">TAMUANOVA</a>.<br>
 
66
 
64
67
<br><br>
65
68
 
66
69
If you need Python scripting support, don't forget to download and install <a href="http://www.python.org/">Python</a>,