| 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
Status of the project can be found here
pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality.
This library contains the following features:
All Pairs Shortest Path Algorithms
A-star algorithm
Bi-directional algorithms
A variety of applications of Dijkstra algorithms
Driving Distance
Yen's algorithm
Traveling Sales Person (TSP)
and many more.
The latest documentation: http://docs.pgrouting.org/latest
perl
C and C++ compilers
Postgresql = Supported version by PostgreSQL
The Boost Graph Library (BGL) >= 1.56
CMake >= 3.2
Sphinx >= 4.0.0
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
createdb mydatabase psql mydatabase -c "CREATE EXTENSION pgrouting CASCADE"
See online documentation: http://docs.pgrouting.org/latest/en/index.html
| Back | FazBrowse Home | New Git URL |