diff options
author | Arnaud Simon <arnaudsimon@apache.org> | 2007-11-07 08:49:32 +0000 |
---|---|---|
committer | Arnaud Simon <arnaudsimon@apache.org> | 2007-11-07 08:49:32 +0000 |
commit | c57a75579978761a08a87b80841d845ae932db0c (patch) | |
tree | 7edde8e2c4a20516b62d0e68f3ec61b75cdc5ad6 /cpp/README | |
parent | f849837073f71be6fb9472e768182c4c7eadd4d4 (diff) | |
download | qpid-python-c57a75579978761a08a87b80841d845ae932db0c.tar.gz |
added # yum install e2fsprogs-devel
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@592653 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README')
-rw-r--r-- | cpp/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/README b/cpp/README index 4dc0b8f66c..7c34293007 100644 --- a/cpp/README +++ b/cpp/README @@ -61,7 +61,8 @@ all of the above plus: 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. |