There was an error while loading. Please reload this page.
Installing pgRouting in Windows
You need to have preinstalled:
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