Author: arnaudsimon
Date: Wed Nov 7 00:49:32 2007
New Revision: 592653
URL: http://svn.apache.org/viewvc?rev=592653&view=rev
Log:
added # yum install e2fsprogs-devel
Modified:
incubator/qpid/trunk/qpid/cpp/README
Modified: incubator/qpid/trunk/qpid/cpp/README
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/README?rev=592653&r1=592652&r2=592653&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/README (original)
+++ incubator/qpid/trunk/qpid/cpp/README Wed Nov 7 00:49:32 2007
@@ -61,7 +61,8 @@
On linux most packages can be installed using your distribution's package
management tool. For example on Fedora:
# yum install pkgconfig e2fsprogs boost-devel cppunit-devel openais ruby
- # yum install make gcc-c++ autoconf automake libtool doxygen help2man
graphviz
+ # yum install make gcc-c++ autoconf automake libtool doxygen help2man
graphviz
+ # yum install e2fsprogs-devel
Follow the manual installation instruction below for any packages not
available through yum.