source: xsoft/graphweb/galeon.xml@ 847ae101

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 847ae101 was d99c285a, checked in by Randy McMurchy <randy@…>, 18 years ago

Standardized the wording about the mozilla.org Gecko layout engine dependency in the Galeon instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6170 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY galeon-download-http "http://prdownloads.sourceforge.net/galeon/galeon-&galeon-version;.tar.bz2">
8 <!ENTITY galeon-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/galeon-&galeon-version;.tar.bz2">
9 <!ENTITY galeon-md5sum "34d6e3a6ee78f9e4d12736e5d81b462b">
10 <!ENTITY galeon-size "2.9 MB">
11 <!ENTITY galeon-buildsize "75.4 MB">
12 <!ENTITY galeon-time "1.3 SBU">
13]>
14
15<sect1 id="galeon" xreflabel="Galeon-&galeon-version;">
16 <?dbhtml filename="galeon.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">galeon-&galeon-version;.tar</keyword>
23 <keyword role="ftpdir">galeon</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Galeon-&galeon-version;</title>
28
29 <indexterm zone="galeon">
30 <primary sortas="a-Galeon">Galeon</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Galeon</title>
35
36 <para>The <application>Galeon</application> package contains a
37 <application>GNOME</application>-2 browser that utilizes
38 the mozilla.org Gecko layout engine and presents the simplest
39 interface possible for a browser.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&galeon-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&galeon-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &galeon-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &galeon-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &galeon-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &galeon-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Galeon Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><xref linkend="libgnomeui"/> and
67 a mozilla.org Gecko layout engine
68 (<xref linkend="seamonkey"/> or
69 <xref linkend="firefox"/> or
70 <xref linkend="thunderbird"/> or
71 <ulink url="http://www.mozilla.org/products/mozilla1.x/">Mozilla</ulink>)</para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional"><xref linkend="gnome-desktop"/>,
75 <xref linkend="libgtkhtml"/>, and
76 <xref linkend="iso-codes"/></para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/galeon"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Galeon</title>
85
86 <para>Compiling must be done with the same compiler version and
87 optimization settings that were used to compile the Gecko rendering
88 engine package.</para>
89
90 <para>Install <application>Galeon</application> by running the following
91 commands:</para>
92
93<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
94 --sysconfdir=&gnome-etc-dir; \
95 --localstatedir=/var/lib &amp;&amp;
96make</userinput></screen>
97
98 <para>This package does not come with a test suite.</para>
99
100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
101
102<screen role='root'><userinput>make install &amp;&amp;
103install -v -m755 -d \
104 `pkg-config --variable=prefix ORBit-2.0`/share/doc/galeon-&galeon-version; &amp;&amp;
105install -v -m644 FAQ README* doc/*.txt \
106 `pkg-config --variable=prefix ORBit-2.0`/share/doc/galeon-&galeon-version; &amp;&amp;
107ln -v -s ../../$PACKAGE_NAME/FAQ.html \
108 `pkg-config --variable=prefix ORBit-2.0`/share/doc/galeon-&galeon-version;</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>galeon and galeon-config-tool</seg>
122 <seg>None</seg>
123 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/galeon
124 and the following subdirectories of $GNOME_PREFIX/share/:
125 galeon, {gnome/help, omf, sounds}/galeon</seg>
126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry id="galeon-prog">
135 <term><command>galeon</command></term>
136 <listitem>
137 <para>is a <application>GNOME</application>-2 web browser
138 using a Gecko-based rendering/security/networking engine.</para>
139 <indexterm zone="galeon galeon-prog">
140 <primary sortas="b-galeon">galeon</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 <varlistentry id="galeon-config-tool">
146 <term><command>galeon-config-tool</command></term>
147 <listitem>
148 <para>clears settings, installs schemas, removes schemas and
149 fixes permissions in the <application>GConf</application>
150 database.</para>
151 <indexterm zone="galeon galeon-config-tool">
152 <primary sortas="b-galeon-config-tool">galeon-config-tool</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.