X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=doc%2Finstallation.xml;h=561f2b4be49436c44c4bb96648bc6b5a30fb68b8;hb=62306a138a939c29b2f507af2d0d43de0a7689ad;hp=63eba4087302df99e1ebf98bce1faa5aeae0a5f2;hpb=876d1f923efd4054054e745c56794e1fc356d7bd;p=yazpp-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 63eba40..561f2b4 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,5 +1,4 @@ - Installation You need a C++ compiler to compile and use YAZ++. @@ -58,7 +57,7 @@ ./configure --help. - Configure uses GCC's C/C++ compiler if available. To specify another + Configure uses GNU'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: @@ -195,17 +194,17 @@ The following files are generated upon successful compilation: - bin/yazpp.dll + bin/yazpp5.dll YAZ++ DLL . Includes ZOOM C++ as well. - For the debug version lib/yazppd.dll + For the debug version lib/yazpp5d.dll is created instead. - lib/yazpp.lib + lib/yazpp5.lib - Import library for yazpp.dll. - For the debug version lib/yazppd.lib + Import library for yazpp5.dll. + For the debug version lib/yazpp5d.lib is created instead.