Adding README file.
This commit is contained in:
parent
44511e2549
commit
f400f0d56f
2 changed files with 26 additions and 1 deletions
25
README
Normal file
25
README
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
surf - simple webkit-based browser
|
||||
==================================
|
||||
surf is a simple Web browser based on WebKit/GTK+.
|
||||
|
||||
|
||||
Requirements
|
||||
------------
|
||||
In order to build surf you need GTK+ and Webkit/GTK+ header files.
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
Edit config.mk to match your local setup (surf is installed into
|
||||
the /usr/local namespace by default).
|
||||
|
||||
Afterwards enter the following command to build and install surf (if
|
||||
necessary as root):
|
||||
|
||||
make clean install
|
||||
|
||||
|
||||
Running surf
|
||||
------------
|
||||
run
|
||||
surf [URL]
|
||||
Loading…
Add table
Add a link
Reference in a new issue