mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
5cd0959daa
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
91 lines
2.9 KiB
XML
91 lines
2.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/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-size "3.6 MB">
|
|
<!ENTITY galeon-buildsize "149.1 MB">
|
|
<!ENTITY galeon-time "1.95 SBU">
|
|
]>
|
|
|
|
<sect1 id="galeon" xreflabel="Galeon-&galeon-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="galeon.html" ?>
|
|
<title>Galeon-&galeon-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>Galeon</application></title>
|
|
|
|
<para>The <application>Galeon</application> package contains a GNOME browser
|
|
that utilizes the <application>Mozilla</application> gecko rendering engine and
|
|
presents the simplest interface possible for a browser.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<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 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>
|
|
</sect3>
|
|
|
|
<sect3><title><application>Galeon</application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para><xref linkend="libgnomeui"/>, <xref linkend="scrollkeeper"/> and
|
|
<xref linkend="mozilla"/></para></sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>Galeon</application></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><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
--sysconfdir=/etc/gnome --localstatedir=/var/lib &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>Galeon</application> package contains
|
|
<command>galeon</command> and
|
|
<command>galeon-config-tool</command>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>galeon</title>
|
|
<para><command>galeon</command> sets <envar>LD_LIBRARY_PATH</envar> and
|
|
<envar>MOZILLA_FIVE_HOME</envar> before executing
|
|
<filename>galeon-bin</filename>.</para></sect3>
|
|
|
|
<sect3><title>galeon-config-tool</title>
|
|
<para><command>galeon-config-tool</command> clears settings, installs schemas,
|
|
removes schemas and fixes permissions in the
|
|
<application>GConf</application> database.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|