diff options
author | Cesar Mello <cesar@d1.(none)> | 2013-01-26 19:18:01 -0200 |
---|---|---|
committer | Cesar Mello <cesar@d1.(none)> | 2013-01-26 19:18:01 -0200 |
commit | 6c407943846a8c4911726eefb3787472eee0f017 (patch) | |
tree | f48240f3c417c78030044e21809b060b64b3a0ef | |
parent | 2a6dcabf7f1b7550a0fa4fd223970ffc24ad7870 (diff) | |
download | ceph-6c407943846a8c4911726eefb3787472eee0f017.tar.gz |
Added libexpat dependency
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -121,9 +121,9 @@ To build the source code, you must install the following: - libatomic-ops-dev - libboost-program-options-dev - libboost-thread-dev - +- libexpat1-dev For example: - $ apt-get install automake autoconf automake gcc g++ libboost-dev libedit-dev libssl-dev libtool libfcgi libfcgi-dev libfuse-dev linux-kernel-headers libcrypto++-dev libaio-dev libgoogle-perftools-dev libkeyutils-dev uuid-dev libatomic-ops-dev libboost-program-options-dev libboost-thread-dev + $ apt-get install automake autoconf automake gcc g++ libboost-dev libedit-dev libssl-dev libtool libfcgi libfcgi-dev libfuse-dev linux-kernel-headers libcrypto++-dev libaio-dev libgoogle-perftools-dev libkeyutils-dev uuid-dev libatomic-ops-dev libboost-program-options-dev libboost-thread-dev libexpat1-dev |