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:
parent
b0529de679
commit
73f56fa819
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user