Mercurial > bins
comparison doc/install.xml @ 0:a84c32f131df 1.1.29
Import vendor version
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Wed, 15 Oct 2008 23:28:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a84c32f131df |
---|---|
1 <?xml version="1.0" encoding="LATIN1" ?> | |
2 <!DOCTYPE webpage PUBLIC "-//Norman Walsh//DTD Website V2.2//EN" | |
3 "http://docbook.sourceforge.net/release/website/2.2/website.dtd" [ | |
4 <!NOTATION XML SYSTEM "xml"> | |
5 <!ENTITY download SYSTEM "download.xml" NDATA XML> | |
6 <!ENTITY install_prerequisites SYSTEM "install_prerequisites.xml" NDATA XML> | |
7 <!ENTITY install_automatic SYSTEM "install_automatic.xml" NDATA XML> | |
8 <!ENTITY install_manual SYSTEM "install_manual.xml" NDATA XML> | |
9 ]> | |
10 <!-- $Id: install.xml,v 1.3 2003/04/06 20:42:58 jerome Exp $ --> | |
11 <webpage id="install"> | |
12 <config param="rcsdate" value="$Date: 2003/04/06 20:42:58 $"/> | |
13 | |
14 <head> | |
15 <title>Installation</title> | |
16 <keywords>SAUTRET, BINS, album, gallery, photos, EXIF</keywords> | |
17 </head> | |
18 | |
19 <webtoc/> | |
20 | |
21 <para>The easiest way to get BINS working is by using a | |
22 package. Check if there is one for your system on the <olink | |
23 targetdocent="download">download page</olink>. If there is no | |
24 package suitable for you, use the TAR archive from the <olink | |
25 targetdocent="download">download page</olink> and follow the | |
26 instructions below.</para> | |
27 | |
28 <section> | |
29 <title>Quick procedure</title> | |
30 | |
31 <itemizedlist> | |
32 <listitem> | |
33 <para>make sure you meet all <olink | |
34 targetdocent="install_prerequisites">prerequisite | |
35 libraries and softwares</olink></para></listitem> | |
36 | |
37 <listitem> | |
38 <para>untar</para></listitem> | |
39 | |
40 <listitem> | |
41 <para>run the <command>install.sh</command> script (as root if | |
42 you can)</para></listitem> | |
43 | |
44 <listitem> | |
45 <para>run <command>bins -h</command> and <command>man | |
46 bins</command>, <command>man bins_edit</command> and | |
47 <command>man bins-edit-gui</command> for more help, and check | |
48 <olink>usage section</olink> of the doc for quick | |
49 start</para></listitem> | |
50 </itemizedlist> | |
51 </section> | |
52 | |
53 <para> | |
54 for more detailed instruction, check the <olink | |
55 targetdocent="install_automatic">automatic installation | |
56 page</olink>. You can also install BINS <olink | |
57 targetdocent="install_manual">by hand</olink>.</para> | |
58 | |
59 | |
60 </webpage> | |
61 | |
62 | |
63 <!-- | |
64 Local variables: | |
65 mode: docbook | |
66 End: | |
67 --> |