Add readme
This commit is contained in:
parent
73a2c09482
commit
b3ca059a1e
7
readme.md
Normal file
7
readme.md
Normal file
@ -0,0 +1,7 @@
|
||||
#### 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](https://wiki.gnome.org/Projects/WebKitGtk/ProgrammingGuide/Tutorial).
|
||||
|
||||
#### 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.
|
Loading…
x
Reference in New Issue
Block a user