diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/devref/development.environment.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst index 16132daff..4187f9278 100644 --- a/doc/source/devref/development.environment.rst +++ b/doc/source/devref/development.environment.rst @@ -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 |
