-
-
Notifications
You must be signed in to change notification settings - Fork 368
FOSS4G 2015 Korea Code Sprint
mezwor edited this page Sep 19, 2015
·
8 revisions
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!!
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