X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=e6d7097d23303c6c4f0d92896ed6f4b6d68316a9;hb=ba8baf4a81c36b6a79d400c2594c4b01b8ec9b7e;hp=7ee630096d80e888aac4e0dcac887013243c3450;hpb=963a6d9083a1310c54d907d1354a03f4ee5433c3;p=yazpp-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 7ee6300..e6d7097 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,5 +1,5 @@ - + Installation You need a C++ compiler to compile and use YAZ++. @@ -52,12 +52,30 @@ what you want. + + --with-xslt directory + + Specifies prefix for libxslt (and libxml2). + configure must be able to locate xslt-config + in PREFIX/bin. If this option is omitted, configure looks + for xslt-config in the current PATH. + + For the whole list of configure options, refer to the help: ./configure --help. + Configure uses GCC's C/C++ compiler if available. To specify another + compiler, set CXX. To use other compiler flags, + specify CXXFLAGS. To use CC + with debugging you could use: + + CXXFLAGS="-g" CXX=CC ./configure + + + This is what you have after successful compilation: