| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The master branch reflects our current 2.1.0 release.
<tr> <td>gh-pages</td> <td><img src="https://travis-ci.org/pgRouting/pgrouting.png?branch=gh-pages" alt="Build Status"/></td> <td>not enabled</td> </tr>
| Branch | Status | Comment |
| master | not enabled | |
| develop |
pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality.
This library contains following features:
See online documentation: http://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 http://.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.1+
createdb mydatabase psql mydatabase -c "create extension postgis" psql mydatabase -c "create extension pgrouting"
See online documentation: http://docs.pgrouting.org/dev/doc/index.html
| Back | FazBrowse Home | New Git URL |