A. Options of the configuration script

--enable-gui

Enables the compilation of the graphical user interface (QgarGui). Since it requires a linkage against the Qt framework, the path to the Qt library and include files must be provided, using either option --with-qtdir, or a combination of options --with-qtdir, --with-qt-libraries, and with-qt-includes.

--enable-xml

Enables XML support. An external XML API must be provided, either Qt (using option --with-qt-dir, or a combinations of options --with-qt-bindir, --with-qt-includes, and --with-qt-libraries), or Xerces (using option --with-xercesdir, or options --with-xerces-includes and --with-xerces-libraries). If options for both APIs are specified, Qt options are ignored and only Xerces options are taken into account.

--with-qtdir=DIR

Introduces the root directory of the Qt API. The Qt library is supposed to be located in directory DIR/lib, the Qt header files in directory DIR/include, and the Qt binaries in directory DIR/bin, unless different paths are specified by options --with-qt-includes, --with-qt-libraries, or --with-qt-bindir.

--with-qt-bindir=DIR

Introduces the path to the Qt binaries.

--with-qt-includes=DIR

Introduces the path to Qt include files.

--with-qt-libraries=DIR

Introduces the path to the Qt library.

--with-xercesdir=DIR

Introduces the root directory of the Xerces API. The Xerces library is supposed to be located in directory DIR/lib and Xerces header files in directory DIR/include, unless different paths are specified by options --with-xerces-includes or --with-xerces-libraries.

--with-xerces-includes=DIR

Introduces the path to Xerces include files.

--with-xerces-libraries=DIR

Introduces the path to the Xerces library.