You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by st...@apache.org on 2006/12/07 21:56:56 UTC

svn commit: r483660 - /incubator/qpid/trunk/qpid/cpp/README-dist

Author: steshaw
Date: Thu Dec  7 12:56:55 2006
New Revision: 483660

URL: http://svn.apache.org/viewvc?view=rev&rev=483660
Log:
Additional notes about setting up cppunit and boost

Modified:
    incubator/qpid/trunk/qpid/cpp/README-dist

Modified: incubator/qpid/trunk/qpid/cpp/README-dist
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/README-dist?view=diff&rev=483660&r1=483659&r2=483660
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/README-dist (original)
+++ incubator/qpid/trunk/qpid/cpp/README-dist Thu Dec  7 12:56:55 2006
@@ -8,12 +8,20 @@
 
 Optional: if you want to run the qpid unit tests:
  * CppUnit 1.11.4: http://cppunit.sourceforge.net
+   Note: Ensure cppunit-config is in your PATH.
  
 If you use yum to install packages you can do:
 
   # yum install apr apr-devel boost boost-devel cppunit cppunit-devel
 
 == Building ==
+
+If you install boost to a non-standard location then you'll need define CXXFLAGS prior 
+to doing ./configure:
+    
+      export CXXFLAGS=-I${boost_prefix}/include/boost-1_33_1
+
+e.g.  export CXXFLAGS=-I$HOME/local/boost-1.33.1/include/boost-1_33_1
 
 Build and install with:
  # ./configure