make libzip optional

This commit is contained in:
Patrick Brosi 2022-10-12 12:08:52 +02:00
parent 0699fccb1e
commit 57545ced30
6 changed files with 65 additions and 3 deletions

View file

@ -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