source: xsoft/graphweb/galeon.xml@ 5abc0fa

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 5abc0fa was 5abc0fa, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to Chapter 35 package instructions

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

  • Property mode set to 100644
File size: 3.3 KB
RevLine 
[f939f05]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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 " ">
[5abc0fa]9 <!ENTITY galeon-md5sum "d04164ebf26c65fdfd23fc1278edfce1">
[ddb1f96]10 <!ENTITY galeon-size "3.8 MB">
11 <!ENTITY galeon-buildsize "79.0 MB">
12 <!ENTITY galeon-time "1.20 SBU">
[f939f05]13]>
14
[19234f1]15<sect1 id="galeon" xreflabel="Galeon-&galeon-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[6a1f1202]20<?dbhtml filename="galeon.html" ?>
[19234f1]21<title>Galeon-&galeon-version;</title>
[f45b1953]22
[f939f05]23<sect2>
24<title>Introduction to <application>Galeon</application></title>
25
[ddb1f96]26<para>The <application>Galeon</application> package contains a
27<application><acronym>GNOME</acronym></application> 2 browser that utilizes
28the <application>Mozilla</application> gecko rendering engine and
[f939f05]29presents the simplest interface possible for a browser.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&galeon-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&galeon-download-ftp;"/></para></listitem>
[ddb1f96]37<listitem><para>Download MD5 sum: &galeon-md5sum;</para></listitem>
[f939f05]38<listitem><para>Download size: &galeon-size;</para></listitem>
[ddb1f96]39<listitem><para>Estimated disk space required:
[f939f05]40&galeon-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&galeon-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application>Galeon</application> dependencies</title>
46<sect4><title>Required</title>
[ddb1f96]47<para><xref linkend="libgnomeui"/>,
48<xref linkend="scrollkeeper"/> and
49<xref linkend="mozilla"/></para>
50</sect4>
51
52<sect4><title>Optional</title>
53<para><xref linkend="nautilus"/> and <xref linkend="libgtkhtml"/></para>
54</sect4>
[f939f05]55</sect3>
56
57</sect2>
58
59<sect2>
60<title>Installation of <application>Galeon</application></title>
61
[ddb1f96]62<para>Compiling must be done with the same compiler version and the same
63optimization settings that were used on
[f939f05]64<application>Mozilla</application>.</para>
65
[ddb1f96]66<para>Install <application>Galeon</application> by running the following
67commands:</para>
[f939f05]68
69<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
70 --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
71make &amp;&amp;
72make install</command></userinput></screen>
73
74</sect2>
75
76<sect2>
77<title>Contents</title>
78
79<para>The <application>Galeon</application> package contains
[ddb1f96]80<command>galeon</command>,
81<command>galeon-config-tool</command> and a
82<filename class='libraryfile'>libgaleon-xpcom</filename> component.</para>
[f939f05]83
84</sect2>
85
86<sect2><title>Description</title>
87
88<sect3><title>galeon</title>
[ddb1f96]89<para><command>galeon</command> is a
90<application><acronym>GNOME</acronym></application> 2 web browser using the
91<application>Mozilla</application> rendering and networking engines.</para>
92</sect3>
[f939f05]93
94<sect3><title>galeon-config-tool</title>
95<para><command>galeon-config-tool</command> clears settings, installs schemas,
[ddb1f96]96removes schemas and fixes permissions in the
[f939f05]97<application>GConf</application> database.</para></sect3>
98
99</sect2>
[f45b1953]100
101</sect1>
102
Note: See TracBrowser for help on using the repository browser.