Merge "Do not localize special folder names"
[trojita.git] / www / download.html
blobf571910d96b18fc7cc57a69c5fbe51fde4ba6663
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="https://sourceforge.net/p/trojita/donate/"><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 <h3>Linux</h3>
34 <p>Packages for Fedora, RHEL/CentOS/Scientific Linux, OpenSuSE, Debian and Ubuntu are available through the Open Build
35 Service (<a
36 href="http://software.opensuse.org/download.html?project=home:jkt-gentoo:trojita&amp;package=trojita">releases</a>, <a
37 href="http://software.opensuse.org/download.html?project=home:jkt-gentoo:trojita&amp;package=trojita-nightly">nightly
38 builds</a>). Many distributions also ship ready-made packages.
39 Please be advised that the packages shipped by third parties might be very outdated.</p>
40 <h3>Windows</h3>
41 <p>There's a compact <a href="http://sourceforge.net/projects/trojita/files/win/Trojita-Setup-0.7.exe/download">installer of the latest release</a>, and you can also download <a href="http://ci-logs.kde.flaska.net/binaries/trojita/win32/rebuilddep/?C=M;O=D">development snapshots</a>.</p>
42 <h2>Getting the source</h2>
43 <h3>Git</h3>
44 <p>The code is hosted by the KDE project. You can obtain your local copy by running following command:</p>
45 <code>$ git clone git://<a href="https://commits.kde.org/trojita?path=/">anongit.kde.org/trojita</a></code>
46 <h3>Release</h3>
47 <p>If you prefer to work with something more official, you can try the latest release, 0.7 -- <a
48 href="http://sourceforge.net/projects/trojita/files/src/trojita-0.7.tar.xz/download">download it from SourceForge</a>
49 (<a href="http://sourceforge.net/projects/trojita/files/src/trojita-0.7.tar.xz.asc/download">GPG signature</a>).</p>
50 <h2>Building</h2>
51 <h3>Dependencies</h3>
52 <ul>
53 <li><a href="http://qt.io/">Qt framework</a> (&gt;= 5.2)</li>
54 <li><a href="http://cmake.org/">CMake</a> (&gt;= 2.8.11)</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 <li>Optional: <a href="https://github.com/frankosterfeld/qtkeychain">QtKeychain</a> for secure storage of passwords</li>
58 <li>Optional: <a href="https://commits.kde.org/gpgmepp?path=/">GpgME++</a> and <a href="http://www.codesink.org/mimetic_mime_library.html">Mimetic</a> for cryptography (OpenPGP and S/MIME)</li>
59 </ul>
60 <p>You will need the development version of these packages if you are building yourself.</p>
61 <h3>Compilation</h3>
62 <p>Go to the directory created by Git (or unpacked from the archive) and run:</p>
63 <code>$ mkdir _build; cd _build <br/>
64 $ cmake ..<br/>
65 $ make -j4<br/>
66 $ ctest -j 4 --output-on-failure</code>
67 <h2>Running Trojitá</h2>
68 <p>After successful compilation, you can run Trojitá from the build directory:</p>
69 <code>$ ./trojita</code>
70 <h2>Reporting bugs &amp; requesting features</h2>
72 <h3>Issue Tracker</h3>
73 <p>Bug tracking happens in KDE Bugzilla (see <a
74 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>).
75 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>
76 <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>
77 <h3>IRC</h3>
78 <p>Trojitá's IRC channel #trojita (<a href="http://webchat.freenode.net/?channels=trojita">connect from
79 browser</a>) is hosted on <a href="http://freenode.net/">Freenode</a> network. The main author, jkt, is often there.</p>
80 <h3>E-mail</h3>
81 <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
82 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
83 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
84 for general questions. You can also of course <a href="mailto:jkt@flaska.net">mail</a> the author directly.</p>
85 <h3>Donations</h3>
86 <p>If you happen to like Trojita and would like to express your liking in
87 cash, the project <a href="https://sourceforge.net/p/trojita/donate/">accepts
88 donations over SourceForge/PayPal</a>.</p>
90 </div>
91 <div class="push"></div>
92 </div>
93 <div id="footer">&copy; 2006 - 2016 <a href="#">Trojitá</a> team. Web done by helb.</div>
94 </body>
95 </html>