make libzip optional
This commit is contained in:
parent
0699fccb1e
commit
57545ced30
6 changed files with 65 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
|||
# pfaedle
|
||||
|
||||
Precise OpenStreetMap (OSM) map-matching for public transit schedules ([GTFS](https://developers.google.com/transit/gtfs/reference/) data).
|
||||
First described in [this 2018 SIGSPATIAL paper](http://ad-publications.informatik.uni-freiburg.de/SIGSPATIAL_Sparse%20map%20matching%202018.pdf).
|
||||
First described in [this 2018 SIGSPATIAL paper](http://ad-publications.informatik.uni-freiburg.de/SIGSPATIAL_Sparse%20map%20matching%202018.pdf).
|
||||
|
||||
For a quick visual inspection of the shape quality, see for example the schedule data for Germany or Switzerland in our tool [TRAVIC](https://travic.app/?z=7&x=1261608.6&y=6430601.6).
|
||||
|
||||
|
|
@ -17,6 +17,7 @@ For a quick visual inspection of the shape quality, see for example the schedule
|
|||
|
||||
* `cmake`
|
||||
* `gcc >= 5.0` (or `clang >= 3.9`)
|
||||
* `libzip` (optional, for ZIP support)
|
||||
|
||||
## Building and Installation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue