Author: jfrederic.clere(a)jboss.com
Date: 2009-02-20 05:06:31 -0500 (Fri, 20 Feb 2009)
New Revision: 2312
Modified:
trunk/mod_cluster/README.txt
Log:
Oops python is also needed.
Modified: trunk/mod_cluster/README.txt
===================================================================
--- trunk/mod_cluster/README.txt 2009-02-20 08:40:04 UTC (rev 2311)
+++ trunk/mod_cluster/README.txt 2009-02-20 10:06:31 UTC (rev 2312)
@@ -29,18 +29,21 @@
1.
Native:
-To build the native component you need a C compiler and the following tools:
-m4, perl, autoconf, automake, libtool, make and patch.
-Of course the make and the patch must be gnu ones.
-For example on Solaris you need:
-SMCm4 (requires libsigsegv and libgcc34).
-SMCperl
-SMCautoc
-SMCautom
-SMClibt
-SMCmake
-SMCpatch
-All those can be downloaded from
http://www.sunfreeware.com/
+ To build the native component from the sources you need a C compiler and
+ the following tools:
+ m4, perl, autoconf, automake, libtool, make, patch and python.
+ Of course the make and the patch must be gnu ones.
+ For example on Solaris you need:
+ SMCm4 (requires libsigsegv and libgcc34).
+ SMCperl
+ SMCautoc
+ SMCautom
+ SMClibt
+ SMCmake
+ SMCpatch
+ SMCpython
+ All those can be downloaded from
http://www.sunfreeware.com/
+
This software is distributed under the terms of the FSF Lesser Gnu
Public License (see lgpl.txt).