Skip to content
Ilya Builuk edited this page Jul 4, 2016 · 25 revisions

Home

Utymap is a library for building real city environment in 2D/3D dynamically using various map data sources, e.g. OpenStreetMap, Natural Earth.

Milestones

Install

Core library has some dependencies. The following versions are used in development environment:

  • CMake 3.1 or higher. Some specific flags (CMAKE_CXX_STANDARD, POSITION_INDEPENDENT_CODE) are used.
  • Boost 1.55 or higher. Boost is used only for parsing mapcss, xml deserialization and unit testing.
  • Protobuf library and compiler 2.6.1 or other compatible. Protobuf is used for parsing osm pbf files.
  • zlib 1.2.8 or other compatible. Used for osm pbf files decompression.

OS specific instructions can be found here:

Clone this wiki locally