jeandrek / kea-browser

A lightweight WebKit-based browser.
http://jonathan50.github.io/kea-browser/
GNU General Public License v3.0
6 stars 2 forks source link

Kea Browser

Join the chat at https://gitter.im/Jonathan50/kea-browser. A lightweight WebKit-based browser for the web

Installation

Get the latest source tarball from here.
If binaries are available for your platform you may want to download them instead.

Building from source

You should get the kea-x.y.z.tar.gz file instead of GitHub's generated archive (unless you want to run Autotools).

*nix/GTK+

You need to have WebKitGTK and GTK+ 3 installed.
Then:

$ ./configure
$ make && sudo make install

OS X

Run the automated shell script with this command

curl https://raw.githubusercontent.com/Jonathan50/kea-browser/master/macosxinstaller.sh | sh