From 1818540628a4e5797668515e49bdfc6110fe4d3d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Thu, 25 Nov 2010 16:19:01 +0000
Subject: [PATCH]  - update requirements

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40721 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/README-2.12.txt | 32 +++++++++++---------------------
 1 file changed, 11 insertions(+), 21 deletions(-)

diff --git a/buildout/README-2.12.txt b/buildout/README-2.12.txt
index f86802391a..538aa21f4a 100644
--- a/buildout/README-2.12.txt
+++ b/buildout/README-2.12.txt
@@ -15,16 +15,19 @@ single location, allowing for easy component upgrade.
 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
+Requirements to build ERP5 Appliance 2.12 are:
 
-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.
+ * 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
 =========
 
-- 
2.30.9