]> git.e2factory.org Git - e2factory.git/commitdiff
add prerequisites to INSTALL documentation
authorGordon Hecker <gh@emlix.com>
Tue, 24 Feb 2009 11:08:20 +0000 (12:08 +0100)
committerGordon Hecker <gh@emlix.com>
Tue, 24 Feb 2009 11:09:24 +0000 (12:09 +0100)
INSTALL

diff --git a/INSTALL b/INSTALL
index 717900492c74c711b2ec9164ef4d8ed8860f392e..b31497c82736a8e212c580f5642e141d6edd5fe4 100644 (file)
--- 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