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