Skip to content

Commit

Permalink
Add sqlite dev packages to devref env setup doc
Browse files Browse the repository at this point in the history
While setting up a new Ubuntu Trusty development
system without devstack I ran into an undocumented
native package dependency for sqlite, so add those
here.

Change-Id: Ib82ea58e85f6ccab6008f2d19a31d0e890136ca7
  • Loading branch information
Matt Riedemann committed Sep 5, 2014
1 parent 844d0ca commit e65a438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/devref/development.environment.rst
Expand Up @@ -84,7 +84,7 @@ Install the prerequisite packages.

On Ubuntu::

sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev pkg-config libffi-dev libpq-dev libmysqlclient-dev libvirt-dev graphviz
sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev pkg-config libffi-dev libpq-dev libmysqlclient-dev libvirt-dev graphviz libsqlite3-dev

On Ubuntu Precise (12.04) you may also need to add the following packages::

Expand All @@ -96,7 +96,7 @@ On Ubuntu Precise (12.04) you may also need to add the following packages::

On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::

sudo yum install python-devel openssl-devel python-pip git gcc libxslt-devel mysql-devel postgresql-devel libffi-devel libvirt-devel graphviz
sudo yum install python-devel openssl-devel python-pip git gcc libxslt-devel mysql-devel postgresql-devel libffi-devel libvirt-devel graphviz sqlite-devel
sudo pip-python install tox


Expand Down

0 comments on commit e65a438

Please sign in to comment.