dadson
dadson

Reputation: 57

how to add pgrouting on postgresql-9.3 on ubuntu 12.04LTS Precise

I am newcomer and want to discover pgrouting.

I've already installed postgresql-9.3 and the postgis 2.1 extension on my laptop which runs ubuntu 12.04 Lts precise.

I don't want to have to re-install postgresql.

Now I want to add the pgrouting extension to be able to create routing databases as indicated on the pgroutingworkshop tutorial. But they used postgresql-8 inside.

Upvotes: 2

Views: 936

Answers (2)

Stephen Woodbridge
Stephen Woodbridge

Reputation: 1110

You should probably make sure you are fetching packages from https://launchpad.net/~georepublic/+archive/pgrouting This is the packages maintained by Georeublic and they are one of the development teams working on pgRouting along with iMaptools.

Upvotes: 1

Stephen Woodbridge
Stephen Woodbridge

Reputation: 1110

You need to your this tutorial: http://workshop.pgrouting.org/

Upvotes: 1

Related Questions