Installation¶
Binary packages are provided for the current version on the following platforms:
Ubuntu/Debian¶
Ubuntu packages are available in Launchpad repositories:
- stable https://launchpad.net/~georepublic/+archive/pgrouting
- unstable https://launchpad.net/~georepublic/+archive/pgrouting-unstable
# Add pgRouting launchpad repository ("stable" or "unstable")
sudo add-apt-repository ppa:georepublic/pgrouting[-unstable]
sudo apt-get update
# Install pgRouting packages
sudo apt-get install postgresql-9.1-pgrouting
Use UbuntuGIS-unstable PPA to install PostGIS 2.0.
RHEL/CentOS/Fedora¶
Source Package¶
Git 2.0.0-rc1 release | v2.0.0-rc1.tar.gz | v2.0.0-rc1.zip |
Git 2.0.0-beta release | v2.0.0-beta.tar.gz | v2.0.0-beta.zip |
Git 2.0.0-alpha release | v2.0.0-alpha.tar.gz | v2.0.0-alpha.zip |
Git master branch | master.tar.gz | master.zip |
Git develop branch | develop.tar.gz | develop.zip |
Using Git¶
Git protocol (read-only):
git clone git://github.com/pgRouting/pgrouting.git
HTTPS protocol (read-only): .. code-block:: bash
See Build Guide for notes on compiling from source.