Initial commit
[keepassx] / src / res / docs / installation.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html>
4 <head>
5         <title>KeePassX Installation Guide</title>
6 </head>
7 <body>
8         <a name="top" />
9         <h1>KeePassX Installation Guide</h1>
10         <p>
11                 This guide will help you to install KeePassX.
12         </p>
13         
14         <a name="installation_binary" />
15         <h2>Installation from binary</h2>
16         <p>
17                 Easiest way to use KeePassX is to install from a binary. Ready-built
18                 binaries are available for all commonly used Linux distributions
19                 from their respective binary package repositories. Binaries for
20                 Mac OS X and Windows are available at the <a href="http://keepassx.org/">
21                 project web site</a> <img src="external.png" />.
22         </p>
23         <p>Installation commands for some Linux distributions:</p>
24         <dl>
25         <dt><b>Ubuntu Linux</b></dt>
26                 <dd><tt>sudo apt-get install keepassx</tt>
27                 <br><br>or use Synaptic Package Manager from the 
28                 <b>System</b> > <b>Administation menu.</b></dd>
29         <dt><b>Fedora</b></dt>
30                 <dd><tt>su -<br>yum install keepassx</tt></dd>
31         </dl>
32         
33         <a name="installation_source" />
34         <h2>Installation from source</h2>
35         <p>
36                 If your distribution doesn't have ready-built binary for
37                 KeePassX or you would like to try out latest SVN version
38                 of KeePassX, you can try building from source. Instructions
39                 can be found at the <a href="http://www.keepassx.org/howto">
40                 project web site</a> <img src="external.png" />.
41         </p>
42 <!--
43         <a name="" />
44         <h2></h2>
45         <p>
46         
47         </p>
48 -->
49 </body> 
50 </html>