Dev env setup doc hasn't been updated in a while and
needed the addition of the mysql and psql packages.
Tested this on a clean install and it looks like
the addition of these two pkgs should get us up to
date.
Change-Id: I66011478064bd8fb85bfaf56e8b14232226e0efc
.. note::
- This section is tested for Cinder on Ubuntu (10.10-64) and
+ This section is tested for Cinder on Ubuntu (12.04-64) and
Fedora-based (RHEL 6.1) distributions. Feel free to add notes and
change according to your experiences or operating system.
On Ubuntu::
- sudo apt-get install python-dev libssl-dev python-pip git-core
+ sudo apt-get install python-dev libssl-dev python-pip git-core libmysqlclient-dev libpq-dev
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
- sudo yum install python-devel openssl-devel python-pip git
+ sudo yum install python-devel openssl-devel python-pip git libmysqlclient-dev libqp-dev
Mac OS X Systems