From a198c40f05431855a5cdfa1ba4736b15959d8590 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 18 Feb 2010 17:51:44 +0000 Subject: [PATCH] Many tweaks to installation sections. --- doc/book.xml | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/doc/book.xml b/doc/book.xml index 55fb83c..be55bed 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -181,9 +181,9 @@ Installation - The Pazpar2 package is very small. It includes documentation as well + The Pazpar2 package includes documentation as well as the Pazpar2 server. The package also includes a simple user - interface test1 which consists of a single HTML page and a single + interface called "test1", which consists of a single HTML page and a single JavaScript file to illustrate the use of Pazpar2. @@ -223,28 +223,32 @@
- Installation on Unix (from Source) + Installation from source on Unix (including Linux, MacOS, etc.) The latest source code for Pazpar2 is available from . - Only few systems have none of the required - tools binary packages. - If, for example, Libxml2/libXSLT libraries - are already installed as development packages use these. + Most Unix-based operating systems have the required + tools available as binary packages. + For example, if Libxml2/libXSLT libraries + are already installed as development packages, use these. - Ensure that the development libraries + header files are + Ensure that the development libraries and header files are available on your system before compiling Pazpar2. For installation - of YAZ, refer to the YAZ installation chapter. + of YAZ, refer to the Installation chapter of the YAZ manual at + . + + + Once the dependencies are in place, Pazpar2 can be unpacked and + installed as follows: - gunzip -c pazpar2-version.tar.gz|tar xf - - cd pazpar2-version + tar xzf pazpar2-VERSION.tar.gz + cd pazpar2-VERSION ./configure make - su - make install + sudo make install The make install will install manpages as well as the @@ -256,7 +260,7 @@
- Installation on Windows (from Source) + Installation from source on Windows Pazpar2 can be built for Windows using Microsoft Visual Studio. @@ -266,16 +270,19 @@ processed by the NMAKE utility part of Visual Studio. - Ensure that the development libraries + header files are + Ensure that the development libraries and header files are available on your system before compiling Pazpar2. For installation - of YAZ, refer to the YAZ installation chapter. + of YAZ, refer to + the Installation chapter of the YAZ manual at + . It is easiest if YAZ and Pazpar2 are unpacked in the same directory (side-by-side). The compilation is tuned by editing the makefile of Pazpar2. The process is similar to YAZ. Adjust the various directories - YAZ_DIR, ZLIB_DIR, .. + YAZ_DIR, ZLIB_DIR, etc., + as required. Compile Pazpar2 by invoking nmake in -- 1.7.10.4