Skip to content

abcum/webkit

Repository files navigation

webkit

C bindings to webkit for Go (Golang).

Installation

go get github.com/abcum/webkit

Building

go install -tags 'webkit_2_14' 

go install -tags 'webkit_2_16' 

Requirements

  • Golang >= 1.2
  • GTK+ >= 3.0
  • WebKit2GTK+ >= 2.0.0

Alpine Linux

apk --update install gcc musl-dev gtk+3.0-dev webkit2gtk-dev

Ubuntu 13.10

sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo apt-get update
sudo apt-get install libwebkit2gtk-3.0-dev

Ubuntu 13.04

sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get install libwebkit2gtk-3.0-dev

Arch Linux

sudo pacman -S webkitgtk

Copyright

For WebKit licensing and copyright information, click here.