[PATCH] Added additional build dependencies to README


Michael Schonberg <mschonberg@...>
 

Added the following depenencies to the README file:
* flex
* autoconf
* automake
* libtool
* uuid-dev
These are based on what additional packages needed to be installed over a clean
Ubuntu 11.10 installation.

Changed the requiment for a C99 compiler to "gcc/g++". The unit tests require a
c++ compiler, and it is better to recommend a specific compiler that works. We
can add others if they are known to work.

Signed-off-by: Michael Schonberg <mschonberg@...>
---
README | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/README b/README
index df67156..68a443e 100644
--- a/README
+++ b/README
@@ -39,7 +39,12 @@ package (as described below):

* GNU-compatible Make or gmake
* POSIX-standard shell
- * C99 compiler
+ * gcc/g++
+ * flex
+ * autoconf
+ * automake
+ * libtool
+ * uuid-dev

To use OpenMama you will need a middleware/payload. An example
middleware bridge and payload is included for Avis which can be
--
1.7.5.4