[Erp5-report] r40721 luke - /erp5/trunk/buildout/README-2.12.txt

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 17:19:01 CET 2010


Author: luke
Date: Thu Nov 25 17:19:01 2010
New Revision: 40721

URL: http://svn.erp5.org?rev=40721&view=rev
Log:
 - update requirements

Modified:
    erp5/trunk/buildout/README-2.12.txt

Modified: erp5/trunk/buildout/README-2.12.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/README-2.12.txt?rev=40721&r1=40720&r2=40721&view=diff
==============================================================================
--- erp5/trunk/buildout/README-2.12.txt [utf8] (original)
+++ erp5/trunk/buildout/README-2.12.txt [utf8] Thu Nov 25 17:19:01 2010
@@ -15,16 +15,19 @@ single location, allowing for easy compo
 Software
 ========
 
-Software part shall be system independent. In perfect world it shall depend
-only on:
+Software part is system independent.
 
- * C compiler
- * standard C and C++ library
- * operating system kernel
-
-As the world is not yet perfect, some additional build time requirements are
-needed. See below for a way to acquire the list of system dependencies through
-helpers.
+Requirements to build ERP5 Appliance 2.12 are:
+
+ * C and C++ compiler
+ * standard C and C++ library with development headers
+ * make
+ * patch
+ * python (>=2.4) with development headers (to run buildout)
+ * tool to download bootstrap (wget, curl or web browser)
+ * subversion client (XXX: It will be removed some day)
+
+** WARNING ** DO __NOT__ use helpers, they are only for ERP5 Appliance 2.8 flavour. ** WARNING **
 
 Setup
 -----
@@ -87,19 +90,6 @@ Post-build check
 Run:
   python tests/assertSoftware.py
 
-Distribution helpers
---------------------
-
-In the 'helpers' directory there are shell scripts to prepare different
-GNU/Linux distributions to run this buildout.
-
-For instance, to prepare Mandriva 2010.0 please type the following with root
-privileges:
-
-  helpers/mandriva2010.0.sh
-
-Please refer to the 'helpers' directory for other distributions.
-
 Instances
 =========
 




More information about the Erp5-report mailing list