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 69 70 71 72 73 74 75 76
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="default.css" />
<title>Convertall - Requirements</title>
</head>
<body>
<div class="interior">
<div class="title">
<img src="logo.png" alt="Convertall" />
</div>
<div class="toplinks">
<p>Version 0.8.0<p>
<p><a href="http://www.bellz.org/progs.html">Other Programs</a></p>
<p><a href="http://www.bellz.org/contact.html">Contact Info</a></p>
</div>
<div class="navigation">
<a href="index.html">Home / News</a>
<a href="feature.html">Features</a>
<a href="scrnsht.html">Screenshots</a>
<span class="current-nav">Requirements</span>
<a href="download.html">Downloads</a>
<a href="install.html">Installation</a>
<a href="use.html">How to Use</a>
</div>
<div class="content">
<h1>Legal Issues</h1>
<p>ConvertAll is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either Version 2 of
the License, or (at your option) any later version.</p>
<p>This program is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY. See the <tt>LICENSE</tt>
file provided with this program for more information.</p>
<h1>System Requirements</h1>
<h2>Linux</h2>
<p>ConvertAll requires the following libraries:
<ul>
<li>Python (Version 3.4 or higher)</li>
<li>Qt (Version 5.4 or higher - see <a
href="http://qt-project.org">Qt Project</a> for more
information)</li>
<li>PyQt (Version 5.4 or higher - see <a
href="http://www.riverbankcomputing.co.uk">Riverbank</a>
for more information)</li>
</ul></p>
<h2>Windows</h2>
<p>Using the files provided in the binary distribution,
ConvertAll should run on any computer running Windows XP,
Vista, 7, 8 or 10.</p>
</div>
</div>
</body>
</html>
|