mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 19:57:18 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4395 af4574ff-66df-0310-9fd7-8a98e5e911e0
137 lines
4.4 KiB
XML
137 lines
4.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY galeon-download-http "http://prdownloads.sourceforge.net/galeon/galeon-&galeon-version;.tar.bz2">
|
|
<!ENTITY galeon-download-ftp " ">
|
|
<!ENTITY galeon-md5sum "d04164ebf26c65fdfd23fc1278edfce1">
|
|
<!ENTITY galeon-size "3.8 MB">
|
|
<!ENTITY galeon-buildsize "79.0 MB">
|
|
<!ENTITY galeon-time "1.20 SBU">
|
|
]>
|
|
|
|
<sect1 id="galeon" xreflabel="Galeon-&galeon-version;">
|
|
<?dbhtml filename="galeon.html" ?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Galeon-&galeon-version;</title>
|
|
|
|
<indexterm zone="galeon">
|
|
<primary sortas="a-Galeon">Galeon</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Galeon</title>
|
|
|
|
<para>The <application>Galeon</application> package contains a
|
|
<application>GNOME</application> 2 browser that utilizes
|
|
the <application>Mozilla</application> gecko rendering engine and
|
|
presents the simplest interface possible for a browser.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&galeon-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&galeon-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &galeon-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &galeon-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &galeon-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &galeon-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Galeon Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para><xref linkend="libgnomeui"/>,
|
|
<xref linkend="scrollkeeper"/> and
|
|
<xref linkend="mozilla"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para><xref linkend="nautilus"/> and <xref linkend="libgtkhtml"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Galeon</title>
|
|
|
|
<para>Compiling must be done with the same compiler version and
|
|
the same optimization settings that were used on
|
|
<application>Mozilla</application>.</para>
|
|
|
|
<para>Install <application>Galeon</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
--sysconfdir=/etc/gnome --localstatedir=/var/lib &&
|
|
make &&
|
|
make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>galeon and galeon-config-tool</seg>
|
|
<seg>a libgaleon-xpcom component</seg>
|
|
<seg>Not determined at this time</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="galeon-prog">
|
|
<term><command>galeon</command></term>
|
|
<listitem>
|
|
<para>is a <application>GNOME</application> 2 web browser
|
|
using the <application>Mozilla</application> rendering and
|
|
networking engines.</para>
|
|
<indexterm zone="galeon galeon-prog">
|
|
<primary sortas="b-galeon">galeon</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="galeon-config-tool">
|
|
<term><command>galeon-config-tool</command></term>
|
|
<listitem>
|
|
<para>clears settings, installs schemas, removes schemas and
|
|
fixes permissions in the <application>GConf</application>
|
|
database.</para>
|
|
<indexterm zone="galeon galeon-config-tool">
|
|
<primary sortas="b-galeon-config-tool">galeon-config-tool</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|