[jboss-cvs] JBoss Messaging SVN: r7049 - trunk/native.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 26 23:02:16 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-05-26 23:02:16 -0400 (Tue, 26 May 2009)
New Revision: 7049

Added:
   trunk/native/README
Log:
update on readme

Added: trunk/native/README
===================================================================
--- trunk/native/README	                        (rev 0)
+++ trunk/native/README	2009-05-27 03:02:16 UTC (rev 7049)
@@ -0,0 +1,39 @@
+
+This is a simple tutorial on compiling libJBMLibAIO.so
+
+DEPENDENCIES
+
+Make sure you install these packages:
+
+- G++ (yum install gcc-c++ or aptitude install g++)
+- Gcc (yum insall gcc or aptitude install gcc)
+- autotools-dev (including libtool, automake, autoconf) (yum install autoconf libtool or aptitude install autotools-dev autoconf libtool)
+- Make (yum install make or aptitude install make)
+- libaio (0.3.106) (yum install libaio or aptitude install libaio)
+- libaio-dev (yum install libaio-devel or aptitude install libaio-dev)
+- JDK (full JDK)
+
+
+STEPS TO BUILD
+
+1. Make sure you have JAVA_HOME defined, and pointing to the root of your JDK:
+
+Example:
+ 
+ $> export JAVA_HOME=/usr/share/jdk1.5.0_13
+ 
+ 
+2. Call bootstrap. Bootstrap will call all the initial scripts you need
+ $>  ./bootstrap
+ 
+if you are missing any dependencies, autoconf would tell you what you're missing.
+ 
+
+COMPILED FILE
+
+The produced file will be under ./native/src/.libs/libJBMLibAIO.so
+
+
+README IS A REQUIRED FILE
+
+This file exists here as required by autoconf, or else we would have a compilation error.
\ No newline at end of file




More information about the jboss-cvs-commits mailing list