summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL27
1 files changed, 17 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index bd11c048..438db6da 100644
--- a/INSTALL
+++ b/INSTALL
@@ -140,10 +140,7 @@ options to 'configure', where FEATURE indicates an optional part of the
package. It also pays attention to '--with-PACKAGE' options, where
PACKAGE is something like 'gnu-ld' or 'pic'.
-'configure' recognizes the following FEATUREs.
-
-coldfusion
- Build Lasso ColdFusion binding (enabled by default).
+'configure' recognizes the following FEATUREs:
debugging
Display debugging messages in 'stderr'.
@@ -152,17 +149,27 @@ gtk-doc
Build Lasso API reference manual using gtk-doc system (enabled by
default if gtk-doc is installed).
+tests
+ Build unit test suite (enabled by default)
+
+'configure' recognizes the following PACKAGEs:
+
+.. coldfusion
+ Build Lasso ColdFusion binding (enabled by default, use
+ ``--with-coldfusion=no`` to disable).
+
java
- Build Lasso Java binding (enabled by default).
+ Build Lasso Java binding (enabled by default, use
+ ``--with-java=no`` to disable).
-php
- Build Lasso PHP binding (enabled by default).
+.. php
+ Build Lasso PHP binding (enabled by default, use
+ ``--with-php=no`` to disable).
python
- Build Lasso Python binding (enabled by default).
+ Build Lasso Python binding (enabled by default, use
+ ``--with-python=no`` to disable).
-tests
- Build unit test suite (enabled by default)
Specifying the System Type
==========================