diff options
author | John Mark Bell <jmb@netsurf-browser.org> | 2009-04-17 16:20:26 +0000 |
---|---|---|
committer | John Mark Bell <jmb@netsurf-browser.org> | 2009-04-17 16:20:26 +0000 |
commit | 17b21f3a903bda4845e4f888d67bf8da5e98f009 (patch) | |
tree | 5381dd7ad944e42cb4f84775582c8003cc92eab6 | |
parent | 870d2f9e26e8def4600af63a54f7d3d3c180406f (diff) | |
download | libwapcaplet-17b21f3a903bda4845e4f888d67bf8da5e98f009.tar.gz |
Sync documentation with reality
svn path=/trunk/libwapcaplet/; revision=7123
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |