Addtional 2 packages for dev environment on ubuntu

In file doc/source/devref/development.environment.rst added packages
build-dep and python-mysqldb which I have had to add on ubuntu 12.04
to enable the dev environment to be setup. Without these run_tests.sh
fails with error 'mysql_config not found' when setting up the virtual env.

Change-Id: I4af775386469deecf122a9e165457f241339b20b
This commit is contained in:
Jolyon Brown 2012-10-19 15:58:47 +01:00
parent b0529de679
commit 73f56fa819

View File

@ -64,6 +64,10 @@ On Ubuntu::
sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev
On Ubuntu Precise (12.04) you may also need to add the following packages::
sudo apt-get install build-dep python-mysqldb
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
sudo yum install python-devel openssl-devel python-pip git