2021-01-12 17:49:14 +01:00
2021-01-12 17:41:18 +01:00
2021-01-12 17:49:14 +01:00

A web browser using Webkit2GTK

This is an implementation of a very basic Webkit based browser. The source code is not mine. You can find the original at the Gnome Wiki.

Building

You need libwebkit2gtk-4.0-dev to build this program. Afterwards you can use gcc browser.c -o browser $(pkg-config --cflags --libs gtk+-3.0 webkit2gtk-4.0) to compile. Run ./browser to run it.

Description
A very basic WebKit2GTK based browser.
Readme 30 KiB
Languages
C 100%