diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-12-07 20:56:55 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-12-07 20:56:55 +0000 |
| commit | eb62b2153037829829fe8d394092f2ae27f691c1 (patch) | |
| tree | 5752c90e51fea7a626e9138a42048bac62269eb8 | |
| parent | feadd9119d159573f6cdfd77dcf369324bccf07f (diff) | |
| download | qpid-python-eb62b2153037829829fe8d394092f2ae27f691c1.tar.gz | |
Additional notes about setting up cppunit and boost
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@483660 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/cpp/README-dist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qpid/cpp/README-dist b/qpid/cpp/README-dist index febdd7c3b3..1474ba9aa6 100644 --- a/qpid/cpp/README-dist +++ b/qpid/cpp/README-dist @@ -8,6 +8,7 @@ This README describes how to build Qpid from a source distribution. 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: @@ -15,6 +16,13 @@ If you use yum to install packages you can do: == 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 # make all |
