From 58deda22f72f78054e5dddd38ea6a3ea087ecf02 Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Tue, 24 Feb 2009 12:08:20 +0100 Subject: [PATCH] add prerequisites to INSTALL documentation --- INSTALL | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/INSTALL b/INSTALL index 7179004..b31497c 100644 --- a/INSTALL +++ b/INSTALL @@ -1,6 +1,23 @@ INSTALLATION INSTRUCTIONS ========================= +First make sure that the following packages are installed in your system + + make + gcc + git-core + cvs (optional) + subversion (optional) + +More packages are required but usually installed by default. + +e2factory uses a unix group named ebs by default. All users of e2factory +must belong to that group. Create the group. + + groupadd ebs + +Be sure to add yourself to that group. + e2factory, for historical reasons, builds and installs its own lua. Make sure you download the lua-5.1.3.tar.gz package and place it in the top level of the e2factory source tree prior to building. That -- 2.39.5