| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
For the complete list of releases go to: https://github.com/pgRouting/pgrouting/releases
| Branch | Travis | Appveyor | Jenkins | Comments |
| master | ||||
| develop | ||||
| gh-pages | not enabled |
travis: Postgis 2.3.3 for Postgres 9.5 & 9.6
jenkins: g++ 4.8 on 32 & 64 bits for Postgis 2.4.0dev and Postgres 9.5, 9.6, 10
appveyor: vs1013 Postgis 2.3.3 on Postgres 9.4
pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality.
This library contains following features:
Additionally, ready for testing and to be part of 2.5 official version:
and many more.
Family of functions include:
See online documentation: https://docs.pgrouting.org/
For MinGW on Windows
mkdir build cd build cmake -G"MSYS Makefiles" .. make make install
Also pre-built Windows binaries can be downloaded from https://postgis.net/windows_downloads
For Linux
mkdir build cd build cmake .. make sudo make install
Build with documentation (requires Sphinx)
cmake -DWITH_DOC=ON ..
Postgresql 9.2+
createdb mydatabase psql mydatabase -c "CREATE EXTENSION postgis" psql mydatabase -c "CREATE EXTENSION pgrouting"
See online documentation: https://docs.pgrouting.org/dev/en/index.html
| Back | FazBrowse Home | New Git URL |