File: install_linux.html

package info (click to toggle)
webissues 0.9.6-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,472 kB
  • ctags: 3,237
  • sloc: cpp: 24,611; xml: 500; sh: 313; makefile: 49
file content (95 lines) | stat: -rw-r--r-- 5,175 bytes parent folder | download
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Compiling on Linux</title>
    <link rel="stylesheet" href="common/style.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.74.0" />
    <meta name="keywords" content="webissues, issue tracking, bug tracking, team collaboration, desktop client" />
    <link rel="home" href="index.html" title="The WebIssues Client Manual" />
    <link rel="up" href="installation.html" title="Appendix A. Installation Guide" />
    <link rel="prev" href="installation.html" title="Appendix A. Installation Guide" />
    <link rel="next" href="install_windows.html" title="Compiling on Windows" />
  </head>
  <body>
    <div id="wrapper">
      <div id="content-wrapper">
        <img id="header-logo" src="common/webissues.png" alt="WebIssues" />
        <div id="header-title">The WebIssues Client Manual</div>
        <div id="header-abstract">Desktop client for the <span class="application">WebIssues</span> system</div>
        <div id="content">
          <div id="content-right">
            <div id="content-left">
              <div id="header-links"><a accesskey="h" href="index.html">Home</a> &raquo; <a accesskey="u" href="installation.html">Installation Guide</a></div>
              <div class="navlinks">
                <div class="navleft">&laquo; <a accesskey="p" href="installation.html">Installation Guide</a></div>
                <div class="navright"><a accesskey="n" href="install_windows.html">Compiling on Windows</a> &raquo;</div>
              </div>
              <div class="sect1" lang="en" xml:lang="en">
                <div class="titlepage">
                  <div>
                    <div>
                      <h2 class="title" style="clear: both"><a id="install_linux"></a>Compiling on Linux</h2>
                    </div>
                  </div>
                </div>
                <p>To compile the program you will need a C++ compiler (preferably <span class="command"><strong>gcc</strong></span>) and headers for the Qt library (if you use binary packages, make sure you have the appropriate <code class="literal">devel</code> package installed).</p>
                <p>The typical procedure of building and installing the program is:</p>
                <div class="literallayout">
                  <p><span class="command"><strong>$ ./configure</strong></span><br />
<span class="command"><strong>$ make</strong></span><br />
<span class="command"><strong># make install</strong></span></p>
                </div>
                <p>Additional options that can be passed to the configure script:</p>
                <div class="variablelist">
                  <dl>
                    <dt>
                      <span class="term">
                        <code class="option">-prefix <em class="replaceable"><code>DIR</code></em></code>
                      </span>
                    </dt>
                    <dd>
                      <p>Location where the package will be installed (default is <code class="literal">/usr/local</code>).</p>
                    </dd>
                    <dt>
                      <span class="term">
                        <code class="option">-destdir <em class="replaceable"><code>DIR</code></em></code>
                      </span>
                    </dt>
                    <dd>
                      <p>Destination directory prepended to the installation prefix (useful for creating distribution packages or testing installation).</p>
                    </dd>
                    <dt>
                      <span class="term">
                        <code class="option">-qmake <em class="replaceable"><code>PATH</code></em></code>
                      </span>
                    </dt>
                    <dd>
                      <p>Full path to the <span class="command"><strong>qmake</strong></span> tool (required if it cannot be found automatically).</p>
                    </dd>
                    <dt>
                      <span class="term">
                        <code class="option">-debug</code>
                      </span>
                    </dt>
                    <dd>
                      <p>Build the application in debugging mode (with symbols and without optimizations).</p>
                    </dd>
                  </dl>
                </div>
              </div>
              <div class="navlinks">
                <div class="navleft">&laquo; <a accesskey="p" href="installation.html">Installation Guide</a></div>
                <div class="navright"><a accesskey="n" href="install_windows.html">Compiling on Windows</a> &raquo;</div>
              </div>
              <div id="copyright">
                <p class="copyright">Copyright © 2007-2009 WebIssues Team</p>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </body>
</html>