X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=dbd3d461555c218879eb373e5700d03ec6f2befb;hb=bd4b4f856f1094d75802a0715c2b242233fc9b5c;hp=9b4872ce3ebb3be9847ea7e230a5857e77f87599;hpb=a8026ae09c1be269bb3db0a21602815a897f5bf7;p=yazpp-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 9b4872c..dbd3d46 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,17 +1,17 @@ - + Installation You need a C++ compiler to compile and use YAZ++. - The software was implemented using GCC so we know that works - well with YAZ++. 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. + The software was implemented using GCC + so we know that works well with YAZ++. From time to time the + software is 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 + YAZ toolkit. You need to install that first. For some platforms there are binary packages for YAZ. @@ -38,7 +38,7 @@ - --with-yaz-config directory + --with-yaz directory Specifies the location of yaz-config. The yaz-config program is generated in @@ -70,7 +70,7 @@ This is what you have after successful compilation: - src/libyazcpp.la + src/libyazpp.la The YAZ++ library. This library gets installed in your libraries directory @@ -79,7 +79,7 @@ - src/libzoomcpp.la + src/libzoompp.la The ZOOM-C++ library. This library gets installed in your libraries directory @@ -88,16 +88,16 @@ - include/yaz++/*.h + include/yazpp/*.h Various C++ header files, which you'll need for YAZ++ development. All these are installed in your header files area - (prefix/include/yaz++). + (prefix/include/yazpp). - yaz++-config + yazpp-config A Bourne shell-script utility that returns the values of the CFLAGS and LIBS @@ -138,9 +138,8 @@ Building on Windows YAZ++ is shipped with "makefiles" for the NMAKE tool that comes - with - Microsoft Visual Studio. - Version 6 and .NET has been tested. We expect that YAZ++ compiles + with Microsoft Visual Studio. + Version 6 and .NET 2003 has been tested. We expect that YAZ++ compiles with version 5 as well. @@ -226,7 +225,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t - sgml-parent-document: "yaz++.xml" + sgml-parent-document: "yazpp.xml" sgml-local-catalogs: nil sgml-namecase-general:t End: