Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdding README file. - surf - customized build of surf, the suckless webkit bro…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit f400f0d56f9a89984b40f5b8a57e410c0bf2c9e2
parent 44511e25490498bc2a38adcfda1f4f6e25805d7a
Author: Enno Boland (tox) <[email protected]>
Date: Fri, 11 Sep 2009 08:18:09 +0200
Adding README file.
Diffstat:
M Makefile | 2 +-
A README | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
t@@ -35,7 +35,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p surf-${VERSION}
- @cp -R LICENSE Makefile config.mk \
+ @cp -R LICENSE Makefile config.mk README \
surf.1 ${SRC} surf-${VERSION}
@tar -cf surf-${VERSION}.tar surf-${VERSION}
@gzip surf-${VERSION}.tar
diff --git a/README b/README
t@@ -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]
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.