From: Marc Cromme Date: Fri, 30 Mar 2007 11:35:04 +0000 (+0000) Subject: added section on install on RPM based systems X-Git-Tag: METAPROXY.1.0.10~17 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=16346103d5c9e44c7e62f2989af9486e217042a5;p=metaproxy-moved-to-github.git added section on install on RPM based systems --- diff --git a/doc/book.xml b/doc/book.xml index 7f5c8ae..bec3735 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -18,7 +18,7 @@ --> ]> - + Metaproxy - User's Guide and Reference @@ -343,6 +343,39 @@ +
+ Installation on RPM based Linux Systems + + All external dependencies for Metaproxy are available as + RPM packages, either from your distribution site, or from the + RPMfind site. + + + For example, an installation of the requires Boost C++ development + libraries on RedHat Fedora C4 and C5 can be done like this: + + wget ftp://fr.rpmfind.net/wlinux/fedora/core/updates/testing/4/SRPMS/boost-1.33.0-3.fc4.src.rpm + sudo rpmbuild --buildroot src/ --rebuild -p fc4/boost-1.33.0-3.fc4.src.rpm + sudo rpm -U /usr/src/redhat/RPMS/i386/boost-*rpm + + + + The YAZ library is needed to + compile &metaproxy;, see there + for more information on available RPM packages. + + + There is currently no official RPM package for YAZ++. + See the YAZ++ pages + for more information on a Unix tarball install. + + + With these packages installed, the usual configure + make + procedure can be used for Metaproxy as outlined in + . + +
+
Installation on Windows