File: install.html

package info (click to toggle)
convertall 0.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,820 kB
  • sloc: python: 2,952; makefile: 7
file content (77 lines) | stat: -rw-r--r-- 2,553 bytes parent folder | download | duplicates (3)
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
<!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 - Installation</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&nbsp;/&nbsp;News</a>
            <a href="feature.html">Features</a>
            <a href="scrnsht.html">Screenshots</a>
            <a href="require.html">Requirements</a>
            <a href="download.html">Downloads</a>
            <span class="current-nav">Installation</span>
            <a href="use.html">How&nbsp;to&nbsp;Use</a>
        </div>

        <div class="content">

            <h1>ConvertAll Installation</h1>

            <h2>Linux</h2>

            <p>Extract the source files from the convertall tar file, then
            change to the <tt>ConvertAll</tt> directory in a terminal.  For
            a basic installation, simply execute the following command as
            root:  <tt>python install.py</tt></p>

            <p>If your distribution defaults to Python 2.x, you may need to
            substitute <tt>python3</tt> for <tt>python</tt> in these
            commands.</p>

            <p>To see all install options, use: <tt>python install.py -h</tt>
            To install ConvertAll with a different prefix (the default
            is <tt>/usr/local</tt>), use:  <tt>python install.py -p
                /prefix/path</tt></p>

            <h2>Windows</h2>

            <p>To install for all users, execute the
            <tt>convertall-x.x.x-install-all.exe</tt> file.  Administrator
            permissions are required.</p>

            <p>To install for a single user (administrator rights are not
            required), execute the <tt>convertall-x.x.x-install-user.exe</tt>
            file.</p>

            <p>For a portable install, execute the
            <tt>convertall-x.x.x-install-user.exe</tt> file, uncheck the
            shortcuts and uninstaller tasks, and check the portable config
            task.</p>

        </div>

    </div>

</body>

</html>