X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=4fecb5fdbe4d4fdadca379812340eee1ad75533d;hb=0c4bd81e2e56724de1adbbc753f812328fb20e3c;hp=6ebab643b5e16a63a0156fcbb8a66b4268865b37;hpb=2e9966e7b28bef005dadfae9282ffbf912bd7a9f;p=yaz-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 6ebab64..4fecb5f 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Compilation and Installation Introduction @@ -42,7 +42,7 @@ let us know about it. If you run into difficulties, we will try to help if we can, and if you solve the problems, we would be happy to include your fixes in the next release. So far, we have mostly avoided - #ifdefs for individual platforms, and we'd + #ifdefs for individual platforms, and we'd like to keep it that way as far as it makes sense. @@ -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