Make it possible not to build Python bindings.
* configure.ac: Add a --disable-python option tied to a USE_PYTHON conditional. * README: Document the option. * wrap/Makefile.am: Use the conditional.
This commit is contained in:
parent
ebc92d4688
commit
4b0a3a7a37
5 changed files with 42 additions and 3 deletions
14
README
14
README
|
|
@ -18,7 +18,9 @@ Requirements
|
|||
------------
|
||||
|
||||
Spot requires a complete installation of Python (version 2.0 or
|
||||
later). Especially, Python's headers files should be installed.
|
||||
later). Especially, Python's headers files should be installed. If
|
||||
you don't have Python installed, you should run configure with
|
||||
the --disable-python option (see below).
|
||||
|
||||
Spot also uses modified versions of BuDDy (a binary decision diagram),
|
||||
and LBTT (an LTL to Büchi test bench). You do not need to install
|
||||
|
|
@ -57,6 +59,13 @@ flags specific to Spot:
|
|||
build, and installation of the included versions of these package,
|
||||
even when compatible versions are already installed.
|
||||
|
||||
--disable-python
|
||||
Turn off the compilation of Python bindings. These bindings are
|
||||
currently used to run a couple of tests, and to build the CGI
|
||||
script that translates LTL formulae on-line. You may safely
|
||||
disable these, especially if you do not have a working Python
|
||||
installation or if you are attempting some cross-compilation.
|
||||
|
||||
--enable-devel
|
||||
Enable debugging symbols, turn off aggressive optimizations, and
|
||||
turn on assertions. This option is effective by default in
|
||||
|
|
@ -172,3 +181,6 @@ End:
|
|||
LocalWords: gtec Tarjan tgbaparse tgbatest doc html PDF spotref pdf cgi ELTL
|
||||
LocalWords: CGI ltl iface BDD Couvreur's evtgba emptchk kripke Kripke saba vm
|
||||
LocalWords: eltlparse eltltest SABA sabaalgos sabatest ssp ltlcouter scc SCC
|
||||
LocalWords: formulae optimizations kripkeparse kripketest Automata
|
||||
LocalWords: neverparse ltlcounter ltlclasses parallelizing automata
|
||||
LocalWords: wdba WDBA ajax dve DiVinE ltdl Libtool's dlopen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue