Author: jfrederic.clere(a)jboss.com
Date: 2009-02-19 10:35:46 -0500 (Thu, 19 Feb 2009)
New Revision: 2302
Modified:
trunk/mod_cluster/README.txt
Log:
Add the tools that are needed to build mod-cluster native components.
Modified: trunk/mod_cluster/README.txt
===================================================================
--- trunk/mod_cluster/README.txt 2009-02-19 13:56:31 UTC (rev 2301)
+++ trunk/mod_cluster/README.txt 2009-02-19 15:35:46 UTC (rev 2302)
@@ -28,6 +28,19 @@
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/
This software is distributed under the terms of the FSF Lesser Gnu
-Public License (see lgpl.txt).
\ No newline at end of file
+Public License (see lgpl.txt).