Go to file
Peter 4143aede64 use osmpbf.h 2011-06-05 18:49:58 +02:00
debian New osmpbf.h and new debian package. 2011-06-03 12:12:07 +02:00
src New osmpbf.h and new debian package. 2011-06-03 12:12:07 +02:00
src.java/crosby/binary Get rid of the input.available call. 2011-01-10 22:22:00 -06:00
tools use osmpbf.h 2011-06-05 18:49:58 +02:00
.gitignore Add osmpbf.h 2011-06-01 14:40:24 +02:00
COPYING.osmpbf Add in LGPL copyright notices to the osmpbf library. 2011-01-02 20:21:48 -06:00
README New osmpbf.h and new debian package. 2011-06-03 12:12:07 +02:00
build.sh Protobufs and common Java code for binary format. 2010-08-25 11:40:06 -05:00
build.xml Added build file by Giovanni Mascellani. 2011-01-12 20:09:12 -06:00
magic add magic file 2011-06-05 11:51:11 +02:00
pom.xml Added in Maven POM by Zsombor Welker <flaktack@welker.hu> 2011-03-20 08:57:52 -05:00

README

OSM PBF
=======

See http://wiki.openstreetmap.org/wiki/PBF_Format .

To include in your program use:

#include <osmpbf/osmpbf.h>

and link with:
    -lpthread -lz -lprotobuf-lite -losmpbf

To build the Debian/Ubuntu package call:
    debuild -I -us -uc