Epiphany-1.4.5

Introduction to Epiphany

Epiphany is a simple yet powerful GNOME web browser targeted at non-technical users. Its principles are simplicity and standards compliance.

Package information

Epiphany dependencies

Optional

GTK-Doc-1.2

Installation of Epiphany

Install Epiphany by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --sysconfdir=/etc/gnome --localstatedir=/var/lib &&
make &&
make install

Command explanations

--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.

--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.

--with-mozilla=firefox or --with-mozilla=thunderbird: Use this option to use a system installed version of Firefox or Thunderbird instead of the default Mozilla.

Contents

The Epiphany package contains epiphany.

Description

epiphany

epiphany is a GNOME web browser based on the Mozilla rendering engine.

Last updated on 2004-12-02 22:29:03 -0700