X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2Finstallation.xml;h=561f2b4be49436c44c4bb96648bc6b5a30fb68b8;hb=6fbe632bc43d693756170e5b799c942d6abbf883;hp=f207b6c5da223055e529568d704cb417e52c4df8;hpb=d667ceb151018530dd981fb304a010a2f59e1958;p=yazpp-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index f207b6c..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_1.dll + bin/yazpp5.dll YAZ++ DLL . Includes ZOOM C++ as well. - For the debug version lib/yazpp_1_d.dll + For the debug version lib/yazpp5d.dll is created instead. - lib/yazpp_1.lib + lib/yazpp5.lib - Import library for yazpp_1.dll. - For the debug version lib/yazpp_1_d.lib + Import library for yazpp5.dll. + For the debug version lib/yazpp5d.lib is created instead.