FOSS4G 2015 Korea Code Sprint - pgRouting/pgrouting GitHub Wiki

Kim's work

Mezene Worku

Installing pgRouting in Windows

  • I am trying to install pgRouting version 2.1 on Windows.
  • I already installed PostgreSQL 9.4 & PostGIS 2.1.8.
  • The documentation says pgRouting comes bundled with PostGIS.
  • But the version installed is pgRouting 2.0; I need the 2.1 version and now am working on it!!

Vicky's work

You need to have preinstalled:

  • postgreSQL
  • postGIS

make sure you have git

git --version

clone pgrouting

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

insstall boost installation guidline

sudo tar --bzip2 -xf ~/Downloads/boost_1_59_0.tar.bz2

I ended installing 1.55 from the packaged version TODO install the latest boost

install cgal

sudo apt-get install libcgal-dev