diff options
| author | Alan Conway <aconway@apache.org> | 2006-12-01 18:49:01 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2006-12-01 18:49:01 +0000 |
| commit | d7ede78eb5ed21f13443234b1931e9d5e725fd64 (patch) | |
| tree | 1bdcbd362fb8e987c7140a919a7cc1221330c410 /cpp/README-dist | |
| parent | 1b303a04df1767fb645eb881dae45022b1e00da8 (diff) | |
| download | qpid-python-d7ede78eb5ed21f13443234b1931e9d5e725fd64.tar.gz | |
Split README into README-dev for developers and README-dist for people
building the source distro. The latter needs work.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481335 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README-dist')
| -rw-r--r-- | cpp/README-dist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/cpp/README-dist b/cpp/README-dist new file mode 100644 index 0000000000..133eb7da81 --- /dev/null +++ b/cpp/README-dist @@ -0,0 +1,26 @@ + +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 + +If you use yum to install packages you can do: + + # yum install apr boost + +== Building == + +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 + |
