osm-gps-map

GTK+ library for embedding OpenStreetMap maps in applications

brewmacoslinux
Try with needOr install directly
Source

About

GTK+ library to embed OpenStreetMap maps

Commands

osm-gps-map

Examples

Display library information and version$ pkg-config --modversion osm-gps-map
Get compilation flags for building with osm-gps-map$ pkg-config --cflags --libs osm-gps-map
Include osm-gps-map headers in a C/GTK+ application$ gcc -c mymap.c $(pkg-config --cflags osm-gps-map) -o mymap.o