[jboss-cvs] JBoss Messaging SVN: r3679 - projects/tmpcpp.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 7 22:54:31 EST 2008


Author: clebert.suconic at jboss.com
Date: 2008-02-07 22:54:31 -0500 (Thu, 07 Feb 2008)
New Revision: 3679

Added:
   projects/tmpcpp/README
Log:
Adding Readme file

Added: projects/tmpcpp/README
===================================================================
--- projects/tmpcpp/README	                        (rev 0)
+++ projects/tmpcpp/README	2008-02-08 03:54:31 UTC (rev 3679)
@@ -0,0 +1,34 @@
+Follow this steps to build:
+
+Install all the dependencies described at ./qpid/cpp/README.
+Install all the boost libraries you could find at synaptic, yum or apt-get
+Go to ./qpid/cpp and call bootstrap
+Call ./configure and make
+#./boostrap
+#./configure
+#make
+
+(If you have all the autotools installed you shouldn't have a problem)
+
+
+Go to rhm/cpp
+Call bootstrap
+Go to qpid/cpp
+look at the extra dependencies on that README (mainly libaio)
+
+Call boostrap, configure and make
+
+#./boostrap
+#./configure --with-qpid-checkout=/The exact path locations to ./qpid
+#make
+
+
+Add ./rhm/cpp/lib/.lib into LD_LIBRARY_PATH
+You should call eclipse from a command line (with LD_LIBRARY_PATH defined)
+
+Open native-java project into eclipse, and run testcases
+
+
+
+!Remember, this SVN repository is just a temporary experiment!!!
+




More information about the jboss-cvs-commits mailing list