Skip to content

Notes on Download, Installation and building pgRouting

Denis Rykov edited this page Oct 17, 2015 · 26 revisions

Notes on Download, Installation and building

Windows

  • Downloading

    No note has being added

  • Installing

    • Installing from binaries Experimental binaries are available via PostGIS windows build bot - http://postgis.net/windows_downloads Production builds are available via EDB Stackbuilder - PostGIS bundle and get installed when you install PostGIS.

    • Issues - For PostgreSQL 64-bit VC++ builds, there is an issue with trsp giving the wrong answer. This issue doesn't seem to exist with the 32-bit builds. Refer to https://github.com/pgRouting/pgrouting/issues/339 for details

  • Building from source

    To get the dependencies, you can use the following script: makepgRoutingDependencies.sh

Ubuntu/Debian

  • Downloading

    No note has being added

  • Installing

    • Installing from binaries

      No note has being added

    • Installing from source

      No note has being added

  • Building from source

    No note has being added

RHEL/CentOS/Fedora

  • Downloading

    No note has being added

  • Installing

    • Installing from binaries

      The following instructions are for RHEL/CentOS 6.

      1. Add repositories for dependencies:

         wget http://repo.enetres.net/enetres.repo -O /etc/yum.repos.d/enetres.repo
         wget http://nextgis.ru/programs/centos/nextgis.repo -O /etc/yum.repos.d/nextgis.repo
         yum install epel-release
        
      2. Install PostgreSQL and PostGIS accordingly this instruction.

      3. Install appropriate version of CGAL:

         yum localinstall ftp://ftp5.gwdg.de/pub/opensuse/repositories/Application:/Geo/CentOS_6/x86_64/libCGAL10-4.5.1-22.1.x86_64.rpm
        
      4. Install pgRouting:

         yum install pgrouting_94
        
    • Installing from source

      No note has being added

  • Building from source

    No note has being added

  • Japanese original version

    here goes japanese original version

FreeBSD

  • Downloading

    No note has being added

  • Installing

    • Installing from binaries

      No note has being added

    • Installing from source

      No note has being added

  • Building from source

    No note has being added

OS X

  • Downloading

    No note has being added

  • Installing

    • Installing from binaries

      No note has being added

    • Installing from source

      No note has being added

  • Building from source

    No note has being added

Clone this wiki locally