Add argument to ./browser
This commit is contained in:
parent
9c9ca2dd02
commit
9b8242947b
@ -4,7 +4,7 @@ This is an implementation of a very basic Webkit based browser. The source code
|
||||
|
||||
#### 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.
|
||||
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 [url goes here]` to run it.
|
||||
|
||||
#### Context
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user