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 | c607a9d6993e5f496169344842473787ec76624c (patch) | |
| tree | 3b874ca9d2590dcbf931c84a73a5c3bf8b13fdb1 /qpid/cpp | |
| parent | 860316f364f36688baec1f9d2942f5014df17c24 (diff) | |
| download | qpid-python-c607a9d6993e5f496169344842473787ec76624c.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@481335 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/README-dev (renamed from qpid/cpp/README) | 8 | ||||
| -rw-r--r-- | qpid/cpp/README-dist | 26 |
2 files changed, 29 insertions, 5 deletions
diff --git a/qpid/cpp/README b/qpid/cpp/README-dev index 48c152d8cb..2cd20fbd95 100644 --- a/qpid/cpp/README +++ b/qpid/cpp/README-dev @@ -2,21 +2,19 @@ == Prerequisites == -Required to build: +As per README-dist plus: * autoconf 2.59: http://www.gnu.org/software/autoconf * automake 1.9.6: http://www.gnu.org/software/automake * libtool 1.5: http://www.gnu.org/software/libtool - * Apache Portable Runtime 1.2.2: http://apr.apache.org * CppUnit 1.11.4: http://cppunit.sourceforge.net - * boost 1.33.1: http://www.boost.org Optional: to generate documentation from source code comments you need: * doxygen 1.4.6: http://sourceforge.net/projects/doxygen/ * graphviz 2.8: http://www.graphviz.org/ -If you use yum to install packages: +If you use yum to install packages, do the command from the README-dist then: -# yum install apr autoconf automake apr-devel cppunit cppunit-devel boost boost-devel doxygen graphviz +# yum install apr-devel cppunit-devel boost-devel doxygen graphviz == Recent changes == diff --git a/qpid/cpp/README-dist b/qpid/cpp/README-dist new file mode 100644 index 0000000000..133eb7da81 --- /dev/null +++ b/qpid/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 + |
