[jboss-cvs] JBoss Profiler SVN: r431 - trunk/jvmti-lib.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 10 22:47:57 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-03-10 22:47:57 -0400 (Mon, 10 Mar 2008)
New Revision: 431

Added:
   trunk/jvmti-lib/compile
Modified:
   trunk/jvmti-lib/README
Log:
Adding compile script

Modified: trunk/jvmti-lib/README
===================================================================
--- trunk/jvmti-lib/README	2008-03-11 02:45:44 UTC (rev 430)
+++ trunk/jvmti-lib/README	2008-03-11 02:47:57 UTC (rev 431)
@@ -0,0 +1,4 @@
+This package requires autoconf, automake and libtool installed
+It also requires JAVA_HOME poiting to a full JDK
+(Simply define JAVA_HOME as:
+export JAVA_HOME=/path/to/your/JDK )

Added: trunk/jvmti-lib/compile
===================================================================
--- trunk/jvmti-lib/compile	                        (rev 0)
+++ trunk/jvmti-lib/compile	2008-03-11 02:47:57 UTC (rev 431)
@@ -0,0 +1,3 @@
+autoreconf --install --force
+./configure
+make


Property changes on: trunk/jvmti-lib/compile
___________________________________________________________________
Name: svn:executable
   + *




More information about the jboss-cvs-commits mailing list