C bindings to webkit for Go (Golang).
go get github.com/abcum/webkitgo install -tags 'webkit_2_14' go install -tags 'webkit_2_16' - Golang >= 1.2
- GTK+ >= 3.0
- WebKit2GTK+ >= 2.0.0
Alpine Linux
apk --update install gcc musl-dev gtk+3.0-dev webkit2gtk-devUbuntu 13.10
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo apt-get update
sudo apt-get install libwebkit2gtk-3.0-devUbuntu 13.04
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get install libwebkit2gtk-3.0-devArch Linux
sudo pacman -S webkitgtkFor WebKit licensing and copyright information, click here.