pgRouting

Table Of Contents

Previous topic

pgRouting Gallery

Next topic

Release Notes

Make a Donation


Support pgRouting with some donation! Read more about how your donation will help the project.

Links

Google Summer of Code 2011 OSGeo Foundation

Download

pgRouting is available as source code as well as in binary formats (Linux, Windows, Mac OS X). If you want to install the current development version, check out the source from pgRouting Git repository.

Source Packages

You can find previous versions in http://download.osgeo.org/pgrouting/source/

Windows Binaries

You can find previous versions in http://download.osgeo.org/pgrouting/binaries/

Note

If you can provide additional Windows binaries, please contact us, so we can add them to the list.

Live DVD

pgRouting library and workshop are available on OSGeo LiveDVD: http://live.osgeo.org

OSGeo-Live is a self-contained bootable DVD, USB thumb drive or Virtual Machine based on Xubuntu, that allows you to try a wide variety of open source geospatial software without installing anything.

Code Repository

Check out the latest source code from pgRouting Git repository hosted at Github.

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

Tip

If you plan to submit patches or changes, make a fork of the repository:

Make sure you’ve got a github account and that you’re logged in. Go to: https://github.com/pgRouting/pgrouting, click the “fork” button Now you should have your own version of the repository. Use the same commands as above, but you’ll substitute your username like this:

git clone git://github.com/<username>/pgrouting.git pgrouting