Contents
Binaries
Using the package manager that came with your distribution is the easiest way to install Epiphany. A few sample package installation commands that can be typed in a terminal window:
Debian: su && apt-get install epiphany-browser
Ubuntu: sudo apt-get install epiphany-browser
Fedora: yum install epiphany
Mandriva: urpmi epiphany
SUSE: yast -i epiphany
Gentoo: emerge epiphany
Foresight: sudo conary update epiphany
Arch Linux: pacman -S epiphany
Frugalware: pacman -S epiphany
OpenBSD: pkg_add epiphany
Most distributions also have a graphical software installation tool.
Source Code
Stable version
Development version
Using git version (latest unreleased stuff)
git clone git://git.gnome.org/epiphany browse git repository
git clone git://git.gnome.org/epiphany-extensions browse git repository
You'll likely also need WebKitGTK+:
git clone git://git.webkit.org/WebKit.git
We kindly recommend you to use Jhbuild to maintain your installation of this sources.
Dependencies for source building
- Your distribution likely has a dependency utility (feel free to add yours):
- In Debian/Ubuntu: sudo apt-get build-dep webkit epiphany-browser (or epiphany-webkit)
In Fedora/RedHat: su -c "yum-builddep WebKit epiphany"
Have fun!