]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
readme: need libevent-dev
authorSage Weil <sage@newdream.net>
Thu, 9 Jun 2011 18:18:56 +0000 (11:18 -0700)
committerSage Weil <sage@newdream.net>
Thu, 9 Jun 2011 18:18:56 +0000 (11:18 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
README.rst

index 0e061edf43e8d2b5ba6ac5bfb61efb31aa76ceee..2e13eed29eef0f0098137a123a914902a1f0d659 100644 (file)
@@ -29,7 +29,7 @@ library. To make the dependencies easier to get right, we use a
 `virtualenv` to manage them. To get started, ensure you have the
 ``virtualenv`` and ``pip`` programs installed; e.g. on Debian/Ubuntu::
 
-       sudo apt-get install python-virtualenv python-pip
+       sudo apt-get install python-virtualenv python-pip libevent-dev
 
 and then run::