From e7e200907a941cdd92aee92b883af66a6c9e2d5d Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 24 Feb 2014 11:37:01 -0500 Subject: [PATCH] Update ubuntu dev env instructions I just set up an environment to run unit tests on Ubuntu and had to install a couple of additional packages to make it work. Update the instructions to reflect that. Change-Id: I2ceb1b130111991fa1b34b4636b8ece115e54084 --- doc/source/devref/development.environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst index 686d215a62fc..08bb967fe060 100644 --- a/doc/source/devref/development.environment.rst +++ b/doc/source/devref/development.environment.rst @@ -60,7 +60,7 @@ Install the prerequisite packages. On Ubuntu:: - sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev + sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev pkg-config libffi-dev On Ubuntu Precise (12.04) you may also need to add the following packages::