Update lfs-uefi.txt
[linux_from_scratch_hints.git] / gqview.txt
blob8ee2a2ad39f01945ef6ff639b7b98add908cd26d
1 AUTHOR: Daniel Baumann <daniel.baumann@panthera-systems.net>
3 DATE: 2004-12-03
5 LICENSE: GNU General Public License
7 SYNOPSIS: How to install GQview on LFS.
9 PRIMARY URI: http://archive.daniel-baumann.ch/linux-from-scratch/hints/gqview/
11 DESCRIPTION:
12 How to install GQview on your LFS-system.
14 PREREQUISITES:
15 A complete LFS-system with an X Window System, GTK and libpng (see BLFS for instructions).
17 HINT:
18 --------------------------------------------------------------------------------
20 GQview 1.4.5
21 ============
24 1. Introduction to GQview
25 =========================
27 GQview is an image viewer for X windows. Features include single click file
28 viewing, external editor support, thumbnail previews, thumbnail caching, and
29 adjustable zoom. GQview has the ability to compare files and list similar or
30 duplicate images based on content. Full screen view and slideshows allow for
31 basic presentation of images. The program offers simple image file management
32 with the ability to copy, move, rename, and delete files. Image collections,
33 similar to a song playlist, are also supported.
36 1.1. Package information
37 ========================
39   * Download (HTTP): http://prdownloads.sourceforge.net/gqview/gqview-1.4.5.tar.gz
41   * MD5 Sum: b196935767c2d3dc61243d9ed0801c2e
43   * Download size: 1.2 MB
45   * Estimated Disk space required: 28 MB
47   * Estimated build time: 0.31 SBU
50 1.2. GQview dependencies
51 ========================
53 Required:
55   * X Window System (see BLFS for instructions)
57   * GTK (see BLFS for instructions)
59   * libpng (see BLFS for instructions)
62 2. Installation of GQview
63 =========================
65 Install GQview by running the following commands:
67    __________________________________________________________________________
68   |                                                                          |
69   |  ./configure --prefix=/usr --sysconfdir=/etc/gnome &&                    |
70   |  make &&                                                                 |
71   |  make install                                                            |
72   |__________________________________________________________________________|
74 To test the result, issue: make check.
77 3. Command explanations
78 =======================
80 --sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome
81                          instead of /usr/etc. If you don't use Gnome, use
82                          --sysconfdir=/etc.
85 4. Configuring GQview
86 =====================
89 4.1. Config files
90 =================
92 /etc/gnome/gqview, ~/.gqview
95 5. Contents
96 ===========
98 The GQview package contains gqview.
101 6. Description
102 ==============
104   * GQview
106     GQview is an image viewer for X windows.
108 --------------------------------------------------------------------------------
110 CHANGELOG:
111 [2004-12-03]
112   * Updated to gqview-1.4.5.
113 [2004-09-10]
114   * Updated to gqview-1.4.4.
115 [2004-09-08]
116   * Formal changes.
117   * Minor text changes.
118   * Added Command explanations.
119 [2004-07-10]
120   * Typographic mistakes corrected.
121 [2004-05-30]
122   * Initial revision.