HTML documentation update
[barry/pauldeden.git] / doc / www / install.php
blobb30eac0a3b7e7a2c5b921ca0cebbe3a632c4ace5
1 <? createHeader("Installing Barry Via Binary Packages"); ?>
3 <? include ("barry.inc"); ?>
6 <div class="subHeader">Dependencies</div>
8 <p>See the <? createLink("dependencies", "software dependencies"); ?> page for
9 detailed information on the software that Barry needs.</p>
12 <div class="subHeader">Binary Packages</div>
14 <p>Download the matching packages for your system from the
15 <a href="http://sourceforge.net/project/showfiles.php?group_id=153722">Sourceforge download page</a>.</p>
17 <p>Packages are available for multiple distros, and are indicated by
18 the filenames:
19 <ul>
20 <li><b>ubuntu710</b> - Ubuntu Gutsy Gibbon, 7.10</li>
21 <li><b>ubuntu804</b> - Ubuntu Hardy Heron, 8.04</li>
22 <li><b>ubuntu80464</b> - Ubuntu Hardy Heron, 8.04, 64 bit</li>
23 <li><b>fc6</b> - Fedora Core 6</li>
24 <li><b>fc7</b> - Fedora Core 7</li>
25 <li><b>fc8</b> - Fedora Core 8</li>
26 <li><b>suse10</b> - OpenSuSE 10.2</li>
27 <li>the non-tagged deb files are for Debian Stable, 4.0</li>
28 </ul>
29 </p>
31 <p>Barry is split up into multiple binary packages. For example,
32 if you want the GUI backup program, you will also need the Barry library.
33 For non-development systems, you will need:
34 <ul>
35 <li>libbarry</li>
36 <li>barry-util</li>
37 <li>barrybackup-gui</li>
38 <li>barry-opensync (libopensync-plugin-barry on Debian systems)</li>
39 </ul>
40 </p>
42 <p>For development systems, you will need the following additional
43 packages:
44 <ul>
45 <li>libbarry-dev</li>
46 </ul>
47 </p>
49 <p>You will also notice on the above Sourceforge download site, that there
50 is a separate section for debug packages. These packages are only
51 necessary if you run into a bug that causes one of the above programs
52 to crash, and you wish to help developers in tracking down the error.</p>