X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=4fecb5fdbe4d4fdadca379812340eee1ad75533d;hb=0c4bd81e2e56724de1adbbc753f812328fb20e3c;hp=492fcc0132cb882cce3c3d8d6af3488fcafe8278;hpb=4aaef6f43f00ca8db95f6a7fa908147be1927093;p=yaz-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 492fcc0..4fecb5f 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Compilation and Installation Introduction @@ -272,11 +272,11 @@ - src/libyazthread.la + src/libyaz_server.la - When threading is supported/enabled by configure this Libtool - library is created. It includes functions that allows &yaz; - to use threads. + Generic Frontend server. This is an add-on for libyaz.la. + Code in this library uses POSIX threads functions - if they + available on the platform. @@ -604,24 +604,24 @@ The following files are generated upon successful compilation: - bin/yaz.dll + bin/yaz3.dll &yaz; release mode multi-threaded Dynamic Link Library. - lib/yaz.lib + lib/yaz3.lib - Import library for yaz.dll. + Import library for yaz3.dll. - bin/yazd.dll + bin/yaz3d.dll &yaz; debug mode multi-threaded Dynamic Link Library. - lib/yazd.lib + lib/yaz3d.lib - Import library for yazd.dll. + Import library for yaz3d.dll. bin/yaz-client.exe @@ -675,14 +675,14 @@ include path Set it to the include directory of &yaz;. - import library yaz.lib + import library yaz3.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 with yazd.dll instead. + link against yaz3d.lib instead. - dynamic link library yaz.dll + dynamic link library yaz3.dll This DLL must be in your execution path when you invoke your application. Specifically, you should distribute this