diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-12-07 20:07:19 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-12-07 20:07:19 +0000 |
| commit | 8a36ee812b3c2fb80249a2f470810725e72866ad (patch) | |
| tree | f1bcd3de3bde8cbccc30ef142311ce0351064e0f /qpid/cpp/README-dev | |
| parent | 257503fa74231c8a48015250635d4d547777315f (diff) | |
| download | qpid-python-8a36ee812b3c2fb80249a2f470810725e72866ad.tar.gz | |
New make-dist script and related files. Just a hack for now to build a binary dev release. Also updated README-dev with correct automake version and note about configuring cppunit
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@483638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/README-dev')
| -rw-r--r-- | qpid/cpp/README-dev | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/README-dev b/qpid/cpp/README-dev index c39dcc613a..5ff346cf4d 100644 --- a/qpid/cpp/README-dev +++ b/qpid/cpp/README-dev @@ -4,9 +4,10 @@ As per README-dist plus: * autoconf 2.59: http://www.gnu.org/software/autoconf - * automake 1.9.6: http://www.gnu.org/software/automake + * automake 1.9.2: http://www.gnu.org/software/automake * libtool 1.5: http://www.gnu.org/software/libtool * CppUnit 1.10.2: http://cppunit.sourceforge.net + Note: Ensure cppunit-config is in your PATH. Optional: to re-generated generated code from the XML specification: * java 5 |
