changeset: 99:142aaf5f3c2a
tag: tip
user: Enno Boland (tox) <tox_AT_s01.de>
date: Fri Sep 11 08:18:09 2009 +0200
files: Makefile README
description:
Adding README file.
diff -r aa61bbf69296 -r 142aaf5f3c2a Makefile
--- a/Makefile Fri Sep 11 08:12:08 2009 +0200
+++ b/Makefile Fri Sep 11 08:18:09 2009 +0200
@@ -35,7 +35,7 @@
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 -r aa61bbf69296 -r 142aaf5f3c2a README
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/README Fri Sep 11 08:18:09 2009 +0200
@@ -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]
Received on Fri Sep 11 2009 - 06:16:32 UTC
This archive was generated by hypermail 2.2.0 : Fri Sep 11 2009 - 06:24:05 UTC