diff options
author | Enno Boland (tox) <tox@s01.de> | 2009-09-11 08:18:09 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2009-09-11 08:18:09 +0200 |
commit | f400f0d56f9a89984b40f5b8a57e410c0bf2c9e2 (patch) | |
tree | 64642bf9af5660a6b8fb17b237197064cff42e8a /README | |
parent | 44511e25490498bc2a38adcfda1f4f6e25805d7a (diff) | |
download | surf-f400f0d56f9a89984b40f5b8a57e410c0bf2c9e2.tar.gz surf-f400f0d56f9a89984b40f5b8a57e410c0bf2c9e2.tar.bz2 surf-f400f0d56f9a89984b40f5b8a57e410c0bf2c9e2.zip |
Adding README file.
Diffstat (limited to 'README')
-rw-r--r-- | README | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -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] |