Skip to content

Notes on Download, Installation and building pgRouting

Vicky Vergara edited this page Mar 18, 2017 · 26 revisions

Notes on Download, Installation and building

Download

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

    Packaged by: - Denis Rykov, Maxim Dubinin (NextGIS)

    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 according to this instruction.

    3. Install CGAL:

       yum install libCGAL10
      
    4. Install pgRouting:

       yum install pgrouting_94
      

    More info (and packages for CentOS) can be found here.

  • 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