diff options
author | Gordon Sim <gsim@apache.org> | 2006-12-11 08:07:11 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2006-12-11 08:07:11 +0000 |
commit | e9ab6e310a67297d2fc537131868c482fd8b21a6 (patch) | |
tree | f351d74f3f8d92ce2b5d7e2b491dcc0bcb30cc3c /cpp | |
parent | cb8be1e72c32d3ee6f1275fef173ee1df387569f (diff) | |
download | qpid-python-e9ab6e310a67297d2fc537131868c482fd8b21a6.tar.gz |
Restored lost edit from earlier merge (note about cppunit being on path).
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@485545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/README-dev | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/README-dev b/cpp/README-dev index 736591b053..b0324ad32d 100644 --- a/cpp/README-dev +++ b/cpp/README-dev @@ -9,7 +9,8 @@ that you have the latest stable version. * autoconf <http://www.gnu.org/software/autoconf/> * automake <http://www.gnu.org/software/automake/> - * cppunit <http://cppunit.sourceforge.net> + * cppunit <http://cppunit.sourceforge.net> + Note: Ensure cppunit-config is in your PATH. * help2man <http://www.gnu.org/software/help2man/> * libtool <http://www.gnu.org/software/libtool/> * pkgconfig <http://pkgconfig.freedesktop.org/wiki/> (aka pkg-config) |