pgRouting Manual (2.0.0)

Installation

«  Introduction   ::   Contents   ::   Build Guide  »


Installation

Binary packages are provided for the current version on the following platforms:

Windows

Winnie Bot Experimental Builds:

Ubuntu/Debian

Ubuntu packages are available in Launchpad repositories:

# 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.

OS X

  • Homebrew
brew install pgrouting

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

git clone https://github.com/pgRouting/pgrouting.git

See Build Guide for notes on compiling from source.

«  Introduction   ::   Contents   ::   Build Guide  »