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
|
<?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>Appendix A. Installation Guide</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="index.html" title="The WebIssues Client Manual" />
<link rel="prev" href="resources.html" title="Chapter 6. Resources" />
<link rel="next" href="install_linux.html" title="Compiling on Linux" />
</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>
</div>
<div class="navlinks">
<div class="navleft">« <a accesskey="p" href="resources.html">Resources</a></div>
<div class="navright"><a accesskey="n" href="install_linux.html">Compiling on Linux</a> »</div>
</div>
<div class="appendix" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a id="installation"></a>Appendix A. Installation Guide</h2>
</div>
</div>
</div>
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Note</h3>
<p>Windows users may use the installer which installs the application with all required libraries. Linux users may also look for binary packages for their distributions. See the <a class="ulink" href="http://webissues.mimec.org/downloads" target="_top">downloads page</a> for more information. The information provided in this chapter is only necessary if you intend to build the program from sources.</p>
</div>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="requirements"></a>Requirements</h2>
</div>
</div>
</div>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>
<a class="ulink" href="http://www.trolltech.com/products/qt/" target="_top">Qt 4.2 or newer</a>
</p>
</li>
</ul>
</div>
<p>The program can be build using the standard <span class="command"><strong>qmake</strong></span> tool from Qt. Simple configure scripts are available for both Linux and Windows which create a configuration file and run qmake with appropriate parameters. See detailed instructions in the following sections.</p>
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Note</h3>
<p>There is a bug in Qt versions 4.4.0 and 4.4.1 which makes the tree view incorrectly expand and/or collapse nodes when changing sort order. A patch for this bug is included in the source package. This bug does not occur in Qt versions prior to 4.4 and it is fixed in versions 4.4.2 and newer.</p>
</div>
</div>
</div>
<div class="navlinks">
<div class="navleft">« <a accesskey="p" href="resources.html">Resources</a></div>
<div class="navright"><a accesskey="n" href="install_linux.html">Compiling on Linux</a> »</div>
</div>
<div id="copyright">
<p class="copyright">Copyright © 2007-2009 WebIssues Team</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|