https://github.com/abcum/webkit
C bindings to webkit for Go
https://github.com/abcum/webkit
cgo go golang golang-library webkit webkit2gtk
Last synced: 10 months ago
JSON representation
C bindings to webkit for Go
- Host: GitHub
- URL: https://github.com/abcum/webkit
- Owner: abcum
- License: apache-2.0
- Created: 2017-03-20T14:09:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T13:00:47.000Z (about 9 years ago)
- Last Synced: 2025-06-29T21:37:01.709Z (12 months ago)
- Topics: cgo, go, golang, golang-library, webkit, webkit2gtk
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webkit
C bindings to webkit for Go (Golang).
[](https://circleci.com/gh/abcum/webkit) [](https://github.com/abcum/webkit) [](https://godoc.org/github.com/abcum/webkit) [](https://goreportcard.com/report/github.com/abcum/webkit) [](https://github.com/abcum/webkit)
#### Installation
```bash
go get github.com/abcum/webkit
```
#### Building
[](https://webkitgtk.org/reference/webkit2gtk/stable/index.html) [](https://webkitgtk.org/reference/webkit2gtk/stable/api-index-2-14.html)
```bash
go install -tags 'webkit_2_14'
```
[](https://webkitgtk.org/reference/webkit2gtk/stable/index.html) [](https://webkitgtk.org/reference/webkit2gtk/stable/api-index-2-16.html)
```bash
go install -tags 'webkit_2_16'
```
#### Requirements
- Golang >= 1.2
- GTK+ >= 3.0
- WebKit2GTK+ >= 2.0.0
_Alpine Linux_
```bash
apk --update install gcc musl-dev gtk+3.0-dev webkit2gtk-dev
```
_Ubuntu 13.10_
```bash
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo apt-get update
sudo apt-get install libwebkit2gtk-3.0-dev
```
_Ubuntu 13.04_
```bash
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get install libwebkit2gtk-3.0-dev
```
_Arch Linux_
```bash
sudo pacman -S webkitgtk
```
#### Copyright
For WebKit licensing and copyright information, [click here](https://webkit.org/licensing-webkit/).