From b189d4f22628d334d153d88f5a0036ef1927da28 Mon Sep 17 00:00:00 2001 From: Martin Beaudoin Date: Thu, 9 Dec 2010 19:42:13 -0800 Subject: [PATCH] Add comments in README.ThirdParty --- ThirdParty/README.ThirdParty | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ThirdParty/README.ThirdParty b/ThirdParty/README.ThirdParty index 2b56cc524..e01bab901 100644 --- a/ThirdParty/README.ThirdParty +++ b/ThirdParty/README.ThirdParty @@ -11,7 +11,7 @@ packaging of the ThirdParty packages. The RPM suite of tools was selected to develop a first prototype. The whole process needs to run and install in user-space, without the need to be root for installing the packages. - + Here is what's available: a: A set of rpm spec files for specific ThirdParty packages. @@ -23,6 +23,14 @@ Here is what's available: d: A simple mecanism that allows replacing any of the ThirdParty packages by a system installed package instead. + +Pre-requisite: +-------------- +You will need a working installation of the commands 'rpm' and 'rpmbuild' on +your system in order to compile and install the ThirdParty packages. +Please check your system installation first. + + Quick description of the main scripts: -------------------------------------- a: AllMake: -- 2.11.4.GIT