Version bump to 0.4 "Україна"
[trojita.git] / www / download.html
blob3f1b7ab3824d2cebb2793822ca69d6a81c28fda4
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
6 <title>Trojitá, a Qt IMAP e-mail client</title>
7 <link rel="stylesheet" type="text/css" href="screen.css" media="screen,projection">
8 <link rel="stylesheet" type="text/css" href="print.css" media="print">
9 </head>
10 <body lang="cs">
11 <div id="wrapper">
13 <div id="header">
14 <a href="#"><h1>Trojitá</h1></a>
15 <h2>A Qt IMAP e-mail client</h2>
17 <ul id="menu">
18 <li class="menuitem noactive"><a href="index.html">About</a></li>
19 <li class="menuitem noactive"><a href="screenshots.html">Screenshots</a></li>
20 <li class="menuitem active"><a href="download.html">Downloads</a></li>
21 <li class="menuitem noactive"><a href="https://projects.flaska.net/projects/trojita/wiki">Wiki</a></li>
22 <li class="menuitem noactive"><a href="http://projects.flaska.net/projects/trojita">Development</a></li>
23 </ul>
25 </div>
27 <div id="pagecontent">
28 <div id="sf-donate-button"><a href="http://sourceforge.net/donate/index.php?group_id=339456"><img
29 src="http://images.sourceforge.net/images/project-support.jpg" width="88"
30 height="32" border="0" alt="Support This Project" title="Support This Project" /></a></div>
31 <h1>Trojitá, a Qt IMAP e-mail client</h1>
32 <h2>Prebuilt Binaries</h2>
33 <p>Packages for Fedora, RHEL/CentOS/Scientific Linux, OpenSuSE, Debian and Ubuntu are available through the Open Build
34 Service (<a
35 href="http://software.opensuse.org/download.html?project=home:jkt-gentoo:trojita&amp;package=trojita">releases</a>, <a
36 href="http://software.opensuse.org/download.html?project=home:jkt-gentoo:trojita&amp;package=trojita-nightly">nightly
37 builds</a>). Many distributions also ship either build recipes (Gentoo) or ready-made packages (Arch, Mageia,...).
38 Please be advised that the packages shipped by third parties might be very outdated.</p>
39 <p>Prebuilt <a href="http://corvus.eu.org/trojita-win-builds/">binaries for Windows</a> are provided by Christian Degenkolb.</p>
40 <h2>Getting the source</h2>
41 <h3>Git</h3>
42 <p>The code is hosted by the <a href="https://projects.kde.org/projects/extragear/pim/trojita">KDE project</a>. You can obtain your local copy by running following command:</p>
43 <code>$ git clone git://<a href="http://quickgit.kde.org/?p=trojita.git">anongit.kde.org/trojita</a></code>
44 <h3>Source tarball</h3>
45 <p>Alternatively, if you don't feel like working with git, you can download this <a href="http://gitorious.org/trojita/trojita/archive-tarball/master">archive with the latest revision</a> of the master branch.</p>
46 <h3>Release</h3>
47 <p>If you prefer to work with something more official, you can try the latest release, 0.4 -- <a
48 href="http://sourceforge.net/projects/trojita/files/src/trojita-0.4.tar.bz2/download">download it from SourceForge</a>
49 (<a href="http://sourceforge.net/projects/trojita/files/src/trojita-0.4.tar.bz2.asc/download">GPG signature</a>).</p>
50 <h2>Building</h2>
51 <h3>Dependencies</h3>
52 <ul>
53 <li><a href="http://qt.nokia.com/">Qt framework</a> (&gt;= 4.6, Qt5 is supported as well)</li>
54 <li><a href="http://cmake.org/">CMake</a> (&gt;= 2.8.7)</li>
55 <li>Optional: the <a href="http://zlib.net/">zlib</a> library for the <a href="http://tools.ietf.org/html/rfc4978">IMAP COMPRESS</a> extension</li>
56 <li>Optional: <a href="http://www.complang.org/ragel/">ragel</a> (not required, a pregenerated file is shipped)</li>
57 </ul>
58 <p>You will need the development version of these packages if you are building yourself.</p>
59 <h3>Compilation</h3>
60 <p>Go to the directory created by Git (or unpacked from the archive) and run:</p>
61 <code>$ mkdir _build; cd _build <br/>
62 $ cmake -DCMAKE_BUILD_TYPE=debug ..<br/>
63 $ make -j4<br/>
64 $ ctest -j 4 --output-on-failure</code>
65 <h2>Running Trojitá</h2>
66 <p>After successful compilation, you can run Trojitá from the build directory:</p>
67 <code>$ ./trojita</code>
68 <h2>Reporting bugs &amp; requesting features</h2>
70 <h3>Issue Tracker</h3>
71 <p>Bug tracking happens in KDE Bugzilla (see <a
72 href="https://bugs.kde.org/buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=CONFIRMED&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;product=trojita">list of open bugreports</a>).
73 If you encounter any problem in Trojitá, please <a href="https://bugs.kde.org/enter_bug.cgi?product=trojita&amp;format=guided">file a bug</a>. Wishlist items belong to the same place.</p>
74 <p>Previously, Trojitá was using Redmine for bug tracking, and some of the bugs are still tracked in the <a href="http://projects.flaska.net/projects/trojita/issues">old tracker</a>.</p>
75 <h3>IRC</h3>
76 <p>Trojitá's IRC channel #trojita (<a href="http://webchat.freenode.net/?channels=trojita">connect from
77 browser</a>) is hosted on <a href="http://freenode.net/">Freenode</a> network. The main author, jkt, is often there.</p>
78 <h3>E-mail</h3>
79 <p>There's a mailing list at <a href="mailto:trojita@lists.flaska.net">trojita@lists.flaska.net</a>, <a href="http://news.gmane.org/gmane.mail.trojita.general">archived by
80 GMane</a>. To subscribe, write a mail to <a href="mailto:trojita+subscribe@lists.flaska.net">trojita+subscribe@lists.flaska.net</a>, posts from addresses which are not
81 subscribed have to wait for moderation. The issue tracker or the mailing list is the preferred way for reporting bugs and requesting features, while the IRC channel works well
82 for general questions. You can also of course <a href="mailto:jkt@flaska.net">mail</a> the author directly.</p>
83 <h3>Donations</h3>
84 <p>If you happen to like Trojita and would like to express your liking in
85 cash, the project <a href="http://sourceforge.net/donate/index.php?group_id=339456">accepts
86 donations over SourceForge/PayPal</a>.</p>
88 </div>
89 <div class="push"></div>
90 </div>
91 <div id="footer">&copy; 2006 - 2014 <a href="#">Trojitá</a> team. Web done by helb.</div>
96 </body>
97 </html>