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 77 78 79 80 81
|
<!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 - Downloads</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>
<a href="require.html">Requirements</a>
<span class="current-nav">Downloads</span>
<a href="install.html">Installation</a>
<a href="use.html">How to Use</a>
</div>
<div class="content">
<h1>ConvertAll Downloads</h1>
<h2>Linux</h2>
<p>On a Linux system that has the libraries noted on the <a
href="require.html">requirements</a> page, all that is needed
is the source code (with an install script), included in <a
href="https://github.com/doug-101/ConvertAll/releases/download/v0.8.0/convertall-0.8.0.tar.gz">
<tt>convertall-0.8.0.tar.gz</tt></a> (276 KB).</p>
<p>But please read about the <a
href="install.html">installation</a> and <a
href="use.html">use</a> of ConvertAll. This information is
available on this site and in the <a
href="README.html"><tt>ReadMe</tt></a> file inside the above
tar file.</p>
<h2>Windows</h2>
<p>Two windows installers are available. Use <a
href="https://github.com/doug-101/ConvertAll/releases/download/v0.8.0/convertall-0.8.0-install-all.exe">
<tt>convertall-0.8.0-install-all.exe</tt></a> (16 MB) to
install for all users (administrator permissions are required).
Use <a
href="https://github.com/doug-101/ConvertAll/releases/download/v0.8.0/convertall-0.8.0-install-user.exe">
<tt>convertall-0.8.0-install-user.exe</tt></a> (16 MB) to
install for a single user (administrator rights are not
required). The source code for the libraries used to build the
Windows binaries is available upon request.</p>
<p>But please read about the <a
href="install.html">installation</a> and <a
href="use.html">use</a> of ConvertAll. This information is
available on this site and in the <a
href="README.html"><tt>ReadMe</tt></a> file included
in the installer.</p>
</div>
</div>
</body>
</html>
|