mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
411e760db9
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11232 af4574ff-66df-0310-9fd7-8a98e5e911e0
193 lines
5.3 KiB
XML
193 lines
5.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY epiphany-download-http
|
|
"&gnome-download-http;/epiphany/3.6/epiphany-&epiphany-version;.tar.xz">
|
|
<!ENTITY epiphany-download-ftp
|
|
"&gnome-download-ftp;/epiphany/3.6/epiphany-&epiphany-version;.tar.xz">
|
|
<!ENTITY epiphany-md5sum "8360bd24a673223387c69297e8a710b8">
|
|
<!ENTITY epiphany-size "2.4 MB">
|
|
<!ENTITY epiphany-buildsize "95 MB">
|
|
<!ENTITY epiphany-time "0.6 SBU">
|
|
]>
|
|
|
|
<sect1 id="epiphany" xreflabel="Epiphany-&epiphany-version;">
|
|
<?dbhtml filename="epiphany.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Epiphany-&epiphany-version;</title>
|
|
|
|
<indexterm zone="epiphany">
|
|
<primary sortas="a-epiphany">epiphany</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Epiphany</title>
|
|
|
|
<para>
|
|
<application>Epiphany</application> is a simple yet powerful
|
|
<application>GNOME</application> web browser targeted at non-technical
|
|
users. Its principles are simplicity and standards compliance.
|
|
</para>
|
|
|
|
&lfs72_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&epiphany-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&epiphany-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &epiphany-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &epiphany-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &epiphany-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &epiphany-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Epiphany Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="avahi"/>,
|
|
<xref linkend="gcr"/>,
|
|
<xref linkend="gnome-desktop"/>,
|
|
<xref linkend="iso-codes"/>,
|
|
<xref linkend="libgnome-keyring"/>,
|
|
<xref linkend="libnotify"/> and
|
|
<xref linkend="webkitgtk"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="gobject-introspection"/> and
|
|
<xref linkend="nss"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gtk-doc"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/epiphany"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Epiphany</title>
|
|
|
|
<para>
|
|
Install <application>Epiphany</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue <command>make check</command>.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<option>--with-webkit2</option>: This switch enables use of the
|
|
next generation <application>WebKit2</application> API which
|
|
allows <application>Epiphany</application> to use
|
|
<application>GTK+ 2</application> plugins. Please note that
|
|
<application>WebKit2</application> is not production ready yet,
|
|
so if you encounter some bugs with
|
|
<application>Epiphany</application>, check if the problem
|
|
is present without this switch.
|
|
</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
epiphany
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/usr/include/epiphany,
|
|
/usr/share/epiphany and
|
|
/usr/share/gtk-doc/html/epiphany
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="epiphany-prog">
|
|
<term><command>epiphany</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a <application>GNOME</application> web browser based on
|
|
the <application>WebKit2</application> rendering engine.
|
|
</para>
|
|
<indexterm zone="epiphany epiphany-prog">
|
|
<primary sortas="b-epiphany">epiphany</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|