osm2pgsql-dev / osm2pgsql

OpenStreetMap data to PostgreSQL converter

Home Page:https://osm2pgsql.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nlohmann-json is missing from the Alpine build dependencies command

micheal65536 opened this issue · comments

The given command to install the build dependencies for Alpine Linux is

apk --update-cache add cmake make g++ boost-dev expat-dev \
  bzip2-dev zlib-dev libpq proj-dev lua5.3-dev postgresql-dev

which does not include nlohmann-json. As a result, osm2pgsql does not build. Installing nlohmann-json fixes it.