aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-11-28 09:00:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-11-28 09:00:13 +0200
commitb7f8ed4b2d4582dda0874166712763d8ff89c384 (patch)
tree9cec459abae902b681db8adffdc56d4a1b79c23f /README
parent0b4816f6a89562477ecb28e16c74ed60d5db5ca4 (diff)
Add support for using external libcutl
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 2cfbe98..b7cced1 100644
--- a/README
+++ b/README
@@ -31,6 +31,7 @@ LDFLAGS
LIBS
BOOST_LIB_SUFFIX
BOOST_LINK_SYSTEM
+EXTERNAL_LIBCUTL
For example:
@@ -46,6 +47,10 @@ Boost system library should be explicitly linked to which may be
required by newer linkers. The valid values are 'y' (default) and
'n'.
+The EXTERNAL_LIBCUTL variable allows you to use an external build
+of libcutl, for example, if you already have this library installed.
+The valid values are 'n' (default) and 'y'.
+
If you would like to see the full compiler/linker/etc., command lines,
you can add verbose=1 to the make command line: