summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-17 16:20:26 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-17 16:20:26 +0000
commit17b21f3a903bda4845e4f888d67bf8da5e98f009 (patch)
tree5381dd7ad944e42cb4f84775582c8003cc92eab6
parent870d2f9e26e8def4600af63a54f7d3d3c180406f (diff)
downloadlibwapcaplet-17b21f3a903bda4845e4f888d67bf8da5e98f009.tar.gz
libwapcaplet-17b21f3a903bda4845e4f888d67bf8da5e98f009.tar.bz2
Sync documentation with reality
svn path=/trunk/libwapcaplet/; revision=7123
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index b5d571d..ea10bae 100644
--- a/README
+++ b/README
@@ -33,7 +33,7 @@ Requirements
To compile LibWapcaplet you need:
- * GNU Make 3.80 or better
+ * GNU Make 3.81 or better
* A version of GCC capable of -MMD -MF (unless you change the build
system)
@@ -44,8 +44,8 @@ To compile the test suite you need:
Compilation
-----------
-To build LibWapcaplet in debug mode, type 'make'. To build it in
-release mode type 'make TARGET=release'. To install, run 'make
+To build LibWapcaplet in release mode, type 'make'. To build it in
+debug mode type 'make BUILD=debug'. To install, run 'make
install'. If you wish to install LibWapcaplet into somewhere other
than /usr/local/ then add PREFIX=/path/to/place to the installation
make command.