THIS IS WORK IN PROGRESS. EVERYTHING IN HERE IS SUBJECT TO CHANGE!
This library is part of a suite of libraries handling different aspects of Tiled Geographic Data. It handles encoding and decoding of the common header fields.
This is a C++11 header-only library. It should work with any modern C++ compiler.
Simply include the header files from the include
directory.
The zlib library is needed. (Debian/Ubuntu users
install package zlib1g-dev
, Fedora/CentOS/openSUSE users install
zlib-devel
.)
To build and run the tests:
mkdir build
cd build
cmake ..
make
ctest
Some example programs are provided in the examples
directory. They are built
together with the tests. See the beginning of those files for some usage
instructions.
Jochen Topf (jochen@topf.org)