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
This commit is contained in:
Russell Bryant 2014-02-24 11:37:01 -05:00
parent 970cafb0cc
commit e7e200907a

View File

@ -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::