-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgetting-scidavis.html
68 lines (68 loc) · 3.25 KB
/
getting-scidavis.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
68
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>How to obtain SciDAVis</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="manual_appendix.html" title="Appendix A. Appendix">
<link rel="next" href="requirements.html" title="Requirements">
</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">How to obtain SciDAVis</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="manual_appendix.html">Prev</a> </td>
<th width="60%" align="center">Appendix A. Appendix</th>
<td width="20%" align="right"> <a accesskey="n" href="requirements.html">Next</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="sect1">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="getting-scidavis"></a>How to obtain SciDAVis</h2></div></div></div>
<p>
The SciDAVis home page can be found at <a class="ulink" href="https://sourceforge.net/projects/scidavis/" target="_top">https://sourceforge.net/projects/scidavis/</a>.
Updates and news can be found there.
</p>
<p>
SciDAVis is distributed as a package with sources which have to be compiled.
Compiled packages suitable for most Linux distributions and Windows can also be obtained.
If you want to build SciDAVis from sources, don't forget first to download and install the
<a class="ulink" href="https://www.qt.io/" target="_top">Qt</a>,
<a class="ulink" href="http://qwtplot3d.sourceforge.net/" target="_top">QwtPlot3D</a>,
<a class="ulink" href="http://qwt.sourceforge.net/index.html" target="_top">Qwt</a>,
<a class="ulink" href="http://sourceforge.net/projects/liborigin/" target="_top">liborigin</a>,
<a class="ulink" href="http://www.zlib.net/" target="_top">zlib</a>,
<a class="ulink" href="http://beltoforion.de/article.php?a=muparser" target="_top">muParser</a>, and
<a class="ulink" href="https://www.gnu.org/software/gsl/" target="_top">GSL</a> libraries/dependencies. And also
<a class="ulink" href="https://www.python.org/" target="_top">Python</a>,
<a class="ulink" href="https://www.riverbankcomputing.com/software/sip/intro" target="_top">SIP</a> and
<a class="ulink" href="https://riverbankcomputing.com/software/pyqt/intro" target="_top">PyQt</a> if you want to enable Python scripting in SciDAVis.
</p>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="manual_appendix.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="requirements.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Appendix A. Appendix </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"> Requirements</td>
</tr>
</table>
</div>
</body>
</html>