summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2011-01-30 00:46:31 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2011-01-30 00:46:31 +0000
commit96609f350e9d895f4c8f844b0b7cacfd8ca95feb (patch)
tree5579b0e2ec789aafbeca1820c5f2b7bec57e9c2a /README
parent640cce2c50ac3fa86f8575fe5262c1fd257dbb44 (diff)
downloadswig-96609f350e9d895f4c8f844b0b7cacfd8ca95feb.tar.gz
Document behaviour of --without-<lang> options
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12414 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 975870626..818eb0ff7 100644
--- a/README
+++ b/README
@@ -88,6 +88,10 @@ uses. Don't panic if you get 'not found' messages--SWIG does not need these
packages to compile or run. The configure script is actually looking for
these packages so that you can try out the SWIG examples contained
in the 'Examples' directory without having to hack Makefiles.
+Note that the --without-xxx options, where xxx is a target language, have
+minimal effect. All they do is reduce the amount of testing done with
+'make check'. The SWIG executable and library files installed cannot currently
+be configured with a subset of target languages.
Please see the Documentation section below on installing documentation as
none is installed by default.