usage: python configure.py [options] Each option takes at most one argument, but some options accumulate arguments when repeated. For example, invoke: python configure.py -I . -I .. to search the current *and* parent directories for headers. options: -h, --help show this help message and exit Common options: -D HAS_EXTRA_SENSORY_PERCEPTION, --extra-defines=HAS_EXTRA_SENSORY_PERCEPTION add an extra preprocessor definition -I /usr/include, --extra-include-dirs=/usr/include add an extra directory to search for headers (the compiler must be able to find the headers of Coin and SoQt) -L /path/to/proprietary/driver, --extra-lib-dirs=/path/to/proprietary/driver add an extra directory to search for libraries -j N, --jobs=N concatenate the SIP generated code into N files [default 1 per class] (to speed up make by running simultaneous jobs on multiprocessor systems) -l EXTRA_SENSORY_PERCEPTION_LIB, --extra-libs=EXTRA_SENSORY_PERCEPTION_LIB add an extra library Make options: --debug enable debugging symbols [default disabled] --extra-cflags=EXTRA_CFLAG add an extra C compiler flag --extra-cxxflags=EXTRA_CXXFLAG add an extra C++ compiler flag --extra-lflags=EXTRA_LFLAG add an extra linker flag SIP options: -x EXTRA_SENSORY_PERCEPTION, --excluded-features=EXTRA_SENSORY_PERCEPTION add a feature for SIP to exclude (normally one of the features in sip/features.sip) -t ESP_3_2_1, --timelines=ESP_3_2_1 add a timeline for SIP to adapt to a library version (normally one of the timeline options in sip/iv/timelines.sip) --sip-include-dirs=SIP_INCLUDE_DIR add an extra directory for SIP to search --trace enable trace of the execution of the bindings [default disabled] Detection options: --disable-numarray disable detection and use of numarray [default enabled] --disable-numeric disable detection and use of Numeric [default enabled] --disable-numpy disable detection and use of NumPy [default enabled]