From: Gordon Hecker Date: Tue, 24 Feb 2009 11:08:20 +0000 (+0100) Subject: add prerequisites to INSTALL documentation X-Git-Tag: e2factory-2.3.0~2 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=58deda22f72f78054e5dddd38ea6a3ea087ecf02;p=e2factory.git add prerequisites to INSTALL documentation --- 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