Skip to content

Commit

Permalink
[docs] libpq-dev is required #253
Browse files Browse the repository at this point in the history
Closes #253
  • Loading branch information
nemesifier committed Jul 27, 2015
1 parent dd900a6 commit d43ec19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions docs/topics/install_development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@ First of all, update your apt cache::

sudo apt-get update --fix-missing

Install development packages::
Install dependencies and development packages::

sudo apt-get install python-software-properties software-properties-common build-essential libxml2-dev python-setuptools python-virtualenv python-dev binutils libjson0-dev libjpeg-dev libffi-dev wget git
# dependencies
sudo apt-get install python-software-properties software-properties-common build-essential libxml2-dev python-setuptools python-virtualenv python-dev binutils libjson0-dev libjpeg-dev libffi-dev libpq-dev
# dev packages
sudo apt-get install wget git

Install postgresql, postgis and geospatial libraries::

sudo apt-get install postgis* libproj-dev gdal-bin libpq-dev libgdal1-dev python-gdal
sudo apt-get install postgis* libproj-dev gdal-bin libgdal1-dev python-gdal

.. _create-database-dev:

Expand Down
6 changes: 3 additions & 3 deletions docs/topics/install_production_manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ First of all, update your apt cache::

sudo apt-get update --fix-missing

Install development packages::
Install dependencies::

sudo apt-get install python-software-properties software-properties-common build-essential libxml2-dev python-setuptools python-virtualenv python-dev binutils libjson0-dev libjpeg-dev libffi-dev wget git
sudo apt-get install python-software-properties software-properties-common build-essential libxml2-dev python-setuptools python-virtualenv python-dev binutils libjson0-dev libjpeg-dev libffi-dev libpq-dev

Install postgresql, postgis and geospatial libraries::

sudo apt-get install postgis* libproj-dev gdal-bin libpq-dev libgdal1-dev python-gdal
sudo apt-get install postgis* libproj-dev gdal-bin libgdal1-dev python-gdal

.. _create-database:

Expand Down

0 comments on commit d43ec19

Please sign in to comment.