X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=doc%2Finstallation.xml;h=62a5228bb69ae36c34637c0e7c9a2ec13f1692a4;hp=683e9114c00309407417d6e377209a0b870b4944;hb=3f57a94d4bb1753d013d5bf450af407d6a32d36d;hpb=2f1a9a4b28ae43c9da9e0740f84048065b2d3bf6 diff --git a/doc/installation.xml b/doc/installation.xml index 683e911..62a5228 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,20 +1,21 @@ - + Installation - You need a C++ compiler to compile and use YAZ++. + You need a C++ compiler to compile and use YAZ proxy. The software was implemented using GCC so we know that works - well with YAZ++. From time to time the software has been + well with YAZ proxy. From time to time the software has been compiled on Windows using Visual C++. Other compilers should work too. Let us know of portability problems, etc. with your system. - YAZ++ is built on top of the - YAZ - toolkit. - You need to install that first. - For some platforms there are binary packages for YAZ. + YAZ proxy is built on top of the + YAZ and + YAZ++ + toolkits. + You need to install these first. + For some platforms there are binary packages for YAZ/YAZ++.
Building on Unix @@ -38,16 +39,16 @@ - --with-yazconfig directory + --with-yazppconfig directory - Specifies the location of yaz-config. - The yaz-config program is generated in - the source directory of YAZ as well as the binaries - directory when YAZ is installed (via make install). + Specifies the location of yaz++-config. + The yaz++-config program is generated in + the source directory of YAZ++ as well as the binaries + directory when YAZ++ is installed (via make install). If you don't supply this option, configure will - look for yaz-config in directories of the + look for yaz++-config in directories of the PATH environment - which is nearly always what you want. @@ -79,7 +80,7 @@ This is what you have after successful compilation: - proxy/yaz-proxy + src/yazproxy The YAZ Z39.50 Proxy. This program gets installed in your binaries directory @@ -88,25 +89,7 @@ - src/libyazcpp.la - - The YAZ++ library. - This library gets installed in your libraries directory - (prefix/lib). - - - - - src/libzoomcpp.la - - The ZOOM-C++ library. - This library gets installed in your libraries directory - (prefix/lib). - - - - - proxy/libyazproxy.la + src/libyazproxy.la The YAZ proxy library. This library gets installed in your libraries directory @@ -115,49 +98,14 @@ - include/yaz++/*.h + include/yazproxy/*.h - Various C++ header files, which you'll need for YAZ++ + Various C++ header files, which you'll need for YAZ proxy development. All these are installed in your header files area - (prefix/include/yaz++). + (prefix/include/yazproxy). - - yaz++-config - - A Bourne shell-script utility that returns the values of the - CFLAGS and LIBS - environment variables - needed in order to compile your applications with the YAZ++ - library. This script gets installed in your binaries directory - (prefix/bin). - - - - - zoom/zclient - - ZOOM C++ demonstration client that uses the ZOOM C++ classes. - This client does not get installed in the system directories. - - - - - src/yaz-my-client - - YAZ C++ demonstration client. This client does not - get installed in the system directories. - - - - - src/yaz-my-server - - YAZ C++ demonstration server. This server does not - get installed in the system directories. - -
@@ -277,16 +225,6 @@ The following files are generated upon successful compilation: - bin/yazpp.dll - - YAZ++ DLL . Includes ZOOM C++ as well. - - - lib/yaz.lib - - Import library for yazpp.dll. - - bin/yazproxy.dll YAZ proxy DLL. @@ -297,17 +235,12 @@ Import library for yazproxy.dll. - bin/yaz-proxy.exe + bin/yazproxy.exe YAZ proxy. It's a WIN32 console application. See for more information. - bin/zclient.exe - - ZOOM C++ demo client. A simple WIN32 console application. - - @@ -323,7 +256,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t - sgml-parent-document: "yaz++.xml" + sgml-parent-document: "yazproxy.xml" sgml-local-catalogs: nil sgml-namecase-general:t End: