diff options
| author | Alan Conway <aconway@apache.org> | 2007-02-14 22:43:06 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-02-14 22:43:06 +0000 |
| commit | 2f400ad3fa8a76da1dbce8472e1269c985a50ede (patch) | |
| tree | e0837c0cf0d779db164d64fe4fb09e6d3bfc40f6 /cpp/README-dist | |
| parent | ab3fab47497593316a330b95ab6a44a87aad2735 (diff) | |
| download | qpid-python-2f400ad3fa8a76da1dbce8472e1269c985a50ede.tar.gz | |
Applied QPID-351 patch 1 with the following mods:
- Moved "source distro" instructions in front of "subversion checkout" instructions.
- Added instructions on using qpid-autotools-install
- Added general blurb with links at top
- renamed to README, removed other README-* files.
- Updated makefiles (spec file was already OK.)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@507729 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README-dist')
| -rw-r--r-- | cpp/README-dist | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/cpp/README-dist b/cpp/README-dist deleted file mode 100644 index 1474ba9aa6..0000000000 --- a/cpp/README-dist +++ /dev/null @@ -1,34 +0,0 @@ - -This README describes how to build Qpid from a source distribution. - -== Prerequisites == - - * Apache Portable Runtime 1.2.2: http://apr.apache.org - * boost 1.33.1: http://www.boost.org - -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 - # make all - # make install - -TODO: add boilerplate README for standard autoconf/automake install. -TODO: document special qpid configure options. - ./bootstrap - |
