diff options
author | Alan Conway <aconway@apache.org> | 2007-05-08 21:40:40 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-05-08 21:40:40 +0000 |
commit | 6a4b0d1d6112e42488e519683477d4327dc9d7f0 (patch) | |
tree | 7aa61fde2b171f2f54d09fa8d47df2c091724c28 | |
parent | 3a6243dab4b97daa2c79a45a69e1106aaac72fa8 (diff) | |
download | qpid-python-6a4b0d1d6112e42488e519683477d4327dc9d7f0.tar.gz |
* README: added libdaemon to yum instructions.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536339 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/README b/cpp/README index 15af440c2c..4c9afdbdbf 100644 --- a/cpp/README +++ b/cpp/README @@ -70,7 +70,7 @@ Building without documentaion does not require: On linux most packages can be installed using your distribution's package management tool. For example on Fedora: - # yum install apr apr-devel boost boost-devel cppunit cppunit-devel + # yum install apr-devel boost-devel cppunit-devel libdaemon-devel # yum install pkgconfig doxygen graphviz help2man |