Remove libzmq-dev from dependency list

System installed library of libzmq-dev will have libzmq1,
which doesn't support RCVTIMEO in some linux distros, eg.
ubuntu 12.04 and pip will install libzmq and compile the
supporting version anyway so remove libzmq-dev from dependency
installation by apt-get in README.rst.

Change-Id: Ifd67c7ded5db7dbb82624d2aa08843278f2de72c
This commit is contained in:
Xinyu Zhao 2014-06-05 18:43:47 +00:00
parent b6539f9cdd
commit bd0a5cce05
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ Install dependencies:
.. code-block:: bash
sudo apt-get -qy install git mysql-server libmysqlclient-dev g++ python-dev libzmq-dev python-pip
sudo apt-get update
sudo apt-get -qy install git mysql-server libmysqlclient-dev g++ python-dev python-pip
mkdir src
cd ~/src
git clone git://git.openstack.org/openstack-infra/config