forked from Fellypao/scidavis-handbook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.html
67 lines (67 loc) · 4.02 KB
/
requirements.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Requirements</title>
<link rel="stylesheet" type="text/css" href="scidavis.css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<meta name="keywords" content="Qt, SciDAVis, Data, Analysis, Plotting">
<link rel="home" href="index.html" title="The SciDAVis Handbook">
<link rel="up" href="manual_appendix.html" title="Appendix A. Appendix">
<link rel="prev" href="getting-scidavis.html" title="How to obtain SciDAVis">
<link rel="next" href="installation-from-binary.html" title="Installation from binary packages">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">Requirements</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="getting-scidavis.html">Prev</a> </td>
<th width="60%" align="center">Appendix A. Appendix</th>
<td width="20%" align="right"> <a accesskey="n" href="installation-from-binary.html">Next</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="sect1">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="requirements"></a>Requirements</h2></div></div></div>
<p>In order to successfully use SciDAVis, you need the following libraries:</p>
<div class="variablelist"><dl class="variablelist">
<dt><span class="term">Qt >= 4.2</span></dt>
<dd><p>SciDAVis uses the <a class="ulink" href="https://www.qt.io/" target="_top">Qt</a> toolkit. Version 4.2 or above is needed. It provides the necessary dynamic libraries to run the SciDAVis binaries and important tools to compile it.</p></dd>
<dt><span class="term">Qwt</span></dt>
<dd><p>You need to install the <a class="ulink" href="http://qwt.sourceforge.net/index.html" target="_top">Qwt library</a> version 5.x. It is recommended to use the 5.2.3 version. Qwt must be compiled with Qt 4.x.</p></dd>
<dt><span class="term">muParser</span></dt>
<dd><p>You also need the <a class="ulink" href="http://beltoforion.de/article.php?a=muparser" target="_top">muParser</a>
library 1.28 or later.</p></dd>
<dt><span class="term">Qwtplot3d</span></dt>
<dd><p>The 3D plots in SciDAVis make use of <a class="ulink" href="http://sourceforge.net/projects/qwtplot3d/" target="_top">qwtplot3d</a> library. Version 0.2.6 or 0.2.7 is required.</p></dd>
<dt><span class="term">GSL</span></dt>
<dd><p>Furthermore, <a class="ulink" href="http://www.gnu.org/software/gsl/" target="_top">the GNU Scientific Library (GSL)</a> (1.8 or later) must be installed on your system.</p></dd>
<dt><span class="term">Zlib</span></dt>
<dd><p>Additionally, <a class="ulink" href="http://www.zlib.net/" target="_top">zlib</a> >=1.2.3 is required. Since this is also a requirement of Qt, installing Qt should fullfill this requirement on most systems.</p></dd>
<dt><span class="term">Python scripting</span></dt>
<dd><p>If you want to use Python expressions and scripts, make sure you have the following additional dependencies installed: <a class="ulink" href="http://www.python.org/" target="_top">Python</a> >=2.5, <a class="ulink" href="https://www.riverbankcomputing.com/software/sip/intro" target="_top">SIP</a> >=4.5.2, <a class="ulink" href="https://riverbankcomputing.com/software/pyqt/intro" target="_top">PyQt</a> >=4.2. Other versions as those indicated above may or may not work.</p></dd>
</dl></div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="getting-scidavis.html">Prev</a> </td>
<td width="20%" align="center"><a accesskey="u" href="manual_appendix.html">Up</a></td>
<td width="40%" align="right"> <a accesskey="n" href="installation-from-binary.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">How to obtain SciDAVis </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"> Installation from binary packages</td>
</tr>
</table>
</div>
</body>
</html>