From 5428fc7426c07deda9278cc40c4b942562ed5e3c Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 26 Feb 2015 16:21:32 +0100 Subject: [PATCH] removed section about prebuilt trees, only confusing as these dont exist any more --- src/doc/user/usermanual.xml | 66 +++++++++++-------------------------- 1 file changed, 19 insertions(+), 47 deletions(-) diff --git a/src/doc/user/usermanual.xml b/src/doc/user/usermanual.xml index 90cdd067..e3f1f788 100644 --- a/src/doc/user/usermanual.xml +++ b/src/doc/user/usermanual.xml @@ -4572,27 +4572,27 @@ except: Installing a binary copy - There are three types of binary &RCL; installations: - - Through your system normal software distribution - framework (ie, Debian/Ubuntu apt, - FreeBSD ports, etc.). - + + &RCL; binary copies are always distributed as regular + packages for your system. They can be obtained either through + the system's normal software distribution framework (e.g. + Debian/Ubuntu apt, + FreeBSD ports, etc.), or from some type + of "backports" repository providing versions newer than the standard + ones, or found on the &RCL; WEB site in some + cases. - From a package downloaded from the - &RCL; web site. - + There used to exist another form of binary install, as + pre-compiled source trees, but these are just less convenient than + the packages and don't exist any more. - From a prebuilt tree downloaded from the &RCL; - web site. - - + The package management tools will usually automatically + deal with hard dependancies for packages obtained from a proper + package repository. You will have to deal with them by hand for + downloaded packages (for example, when dpkg + complains about missing dependancies). - In all cases, the strict software dependancies (ie on &XAP; or - iconv) will be automatically satisfied, - you should not have to worry about them. - - You will only have to check or install In all cases, you will have to check or install supporting applications for the file types that you want to index beyond those that are natively processed by &RCL; (text, HTML, email files, and a few @@ -4604,34 +4604,6 @@ except: parameters). Most parameters can be more conveniently set from the GUI interface. - - Installing through a package system - - If you use a BSD-type port system or a prebuilt package (DEB, - RPM, manually or through the system software configuration - utility), just follow the usual procedure for your system. - - - - - Installing a prebuilt &RCL; - - The unpackaged binary versions on the &RCL; web site are - just compressed tar files of a build tree, where only the - useful parts were kept (executables and sample - configuration). - - The executable binary files are built with a static link to - libxapian and libiconv, to make installation easier (no - dependencies). - - After extracting the tar file, you can proceed with - installation as - if you had built the package from source (that is, just type - make install). The binary trees are built for - installation to /usr/local. - - @@ -4952,7 +4924,7 @@ except: Normal procedure: cd recoll-xxx - configure + ./configure make (practices usual hardship-repelling invocations)