Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 24850 invoked from network); 6 Apr 2007 19:39:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Apr 2007 19:39:59 -0000 Received: (qmail 15479 invoked by uid 500); 6 Apr 2007 19:40:06 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 15461 invoked by uid 500); 6 Apr 2007 19:40:06 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 15452 invoked by uid 99); 6 Apr 2007 19:40:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 12:40:06 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 12:39:58 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 0E8EE1A9838; Fri, 6 Apr 2007 12:39:38 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r526264 - /activemq/activemq-cpp/trunk/activemq-cpp/README.txt Date: Fri, 06 Apr 2007 19:39:37 -0000 To: commits@activemq.apache.org From: nmittler@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070406193938.0E8EE1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nmittler Date: Fri Apr 6 12:39:37 2007 New Revision: 526264 URL: http://svn.apache.org/viewvc?view=rev&rev=526264 Log: updating contents of README.txt Modified: activemq/activemq-cpp/trunk/activemq-cpp/README.txt Modified: activemq/activemq-cpp/trunk/activemq-cpp/README.txt URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/README.txt?view=diff&rev=526264&r1=526263&r2=526264 ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp/README.txt (original) +++ activemq/activemq-cpp/trunk/activemq-cpp/README.txt Fri Apr 6 12:39:37 2007 @@ -16,28 +16,41 @@ package and is available from http://e2fsprogs.sourceforge.net/ which is not always installed by default. -1.2 cppunit +On Fedora, type the following: + + sudo yum install e2fsprogs-devel + +On Debian/Ubuntu, type the following: + + sudo apt-get install uuid-dev + + +1.2 CppUnit -------------------------------------------------------------------------- -The package contains a complete set of cppunit tests. In order for you to -build an run the tests, you will need to download and install the cppunit +The package contains a complete set of CppUnit tests. In order for you to +build an run the tests, you will need to download and install the CppUnit suite. See http://cppunit.sourceforge.net/cppunit-wiki -or on Fedora type the following: +On Fedora, type the following: sudo yum install cppunit + +On Debian/Ubuntu, type the following: -Make sure that the paths to the installed cppunit library and includes are + sudo apt-get install libcppunit-dev + +Make sure that the paths to the installed CppUnit library and includes are visible in your current shell before you try building the tests. -Windows users will need to build the cppunit library using the CPPUnit +Windows users will need to build the CppUnit library using the CPPUnit MSVC project files. A discussion of the build process can be found on the CPPUnit wiki under http://cppunit.sourceforge.net/cppunit-wiki/BuildingCppUnit1 this covers both MSVC along with many other platforms and tool suites. -1.3 GNU Build System (for building on \*nix) +1.3 GNU Build System (for building on Unix/Linux/OS X/Cygwin) -------------------------------------------------------------------------- To Generate the ./configure script use to create the Makefiles, you need @@ -49,7 +62,12 @@ automake >= 1.9.6 libtool >= 1.5.22 -2 Building on \*nix (Unix/Linux/OS X/Cygwin) +On Debian/Ubuntu, multiple versions of autoconf and automake are available +in separate packages. If you have multiple versions of autoconf or automake +installed on your system, you may have to configure the versions to use +using /usr/sbin/update-alternatives. + +2 Building on Unix/Linux/OS X/Cygwin -------------------------------------------------------------------------- This assumes you have all of the project dependencies installed. We're @@ -76,7 +94,7 @@ any of the Makefile.am files. ----------------------------------------------------------------------- - |Solaris 10 Note: CPP_UNIT might not build until you correct the file| + |Solaris 10 Note: CppUnit might not build until you correct the file | | libstdc++.la to contain the correct data, see this discussion: | | http://forum.sun.com/jive/thread.jspa?threadID=73150 | ----------------------------------------------------------------------- @@ -146,7 +164,7 @@ src/examples. The example is compiled by default with the "make" command, but can easily be compiled manually using the command: - g++ -o main -pthread -I ../main main.cpp ../../out/libactivemq-cpp-0_0_2.a -luuid + g++ -o main -pthread -I ../main main.cpp ../../out/libactivemq-cpp-2_0.a -luuid 6 Notes for Windows users --------------------------------------------------------------------------