X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=259a59d3e053e1a4568ee78bb1e1e4db32cbe1cc;hb=6019cb520cb877fa162d5915f9b578609cd7074d;hp=7ee630096d80e888aac4e0dcac887013243c3450;hpb=963a6d9083a1310c54d907d1354a03f4ee5433c3;p=yazpp-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 7ee6300..259a59d 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,5 +1,5 @@ - + Installation You need a C++ compiler to compile and use YAZ++. @@ -58,6 +58,15 @@ ./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: