X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=c9f216e2614fc1b9e64840559d4dd7de5c578530;hb=c1f23597ea64485e2362d658f3653211202cc6a8;hp=95d99064a7a7677d815c25193bae3e6476a94327;hpb=4efb5e2a72135a8b9b8090bc0404277f3b143ccc;p=yaz-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 95d9906..c9f216e 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -299,15 +299,6 @@ - --with-openssl[=prefix] - - &yaz; will be linked with the OpenSSL libraries and - an SSL COMSTACK will be provided. If OpenSSL is enabled, GNU TLS - is automatically disabled. - - - - --with-icu[=prefix] &yaz; will be linked the @@ -691,44 +682,44 @@ The following files are generated upon successful compilation: - bin/yaz4.dll / - bin/yaz4d.dll + bin/yaz5.dll / + bin/yaz5d.dll &yaz; Release/Debug DLL. - lib/yaz4.lib / - lib/yaz4d.lib + lib/yaz5.lib / + lib/yaz5d.lib - Import library for yaz4.dll / - yaz4d.dll. + Import library for yaz5.dll / + yaz5d.dll. - bin/yaz_cond4.dll / - bin/yaz_cond4d.dll + bin/yaz_cond5.dll / + bin/yaz_cond5d.dll Release/Debug DLL for condition variable utilities (condvar.c). - lib/yaz_cond4.lib / - lib/yaz_cond4d.lib + lib/yaz_cond5.lib / + lib/yaz_cond5d.lib - Import library for yaz_cond4.dll / - yaz_cond4d.dll. + Import library for yaz_cond5.dll / + yaz_cond5d.dll. - bin/yaz_icu4.dll / - bin/yaz_icu4d.dll + bin/yaz_icu5.dll / + bin/yaz_icu5d.dll Release/Debug DLL for the ICU wrapper utility. Only build if HAVE_ICU is 1. - lib/yaz_icu4.lib / - lib/yaz_icu4d.lib + lib/yaz_icu5.lib / + lib/yaz_icu5d.lib - Import library for yaz_icu4.dll / - yaz_icu4d.dll. + Import library for yaz_icu5.dll / + yaz_icu5d.dll. bin/yaz-ztest.exe @@ -788,14 +779,14 @@ include path Set it to the include directory of &yaz;. - import library yaz4.lib + import library yaz5.lib You must link with this library. It's located in the sub directory lib of &yaz;. If you want to link with the debug version of &yaz;, you must - link against yaz4d.lib instead. + link against yaz5d.lib instead. - dynamic link library yaz4.dll + dynamic link library yaz5.dll This DLL must be in your execution path when you invoke your application. Specifically, you should distribute this