node-mapnik icon indicating copy to clipboard operation
node-mapnik copied to clipboard

Report more versions of dependencies in node-mapnik versions object

Open springmeyer opened this issue 9 years ago • 4 comments
trafficstars

We currently report node, v8, boost, mapnik, and cairo. Let's add more. Critical ones include:

  • libpng
  • harfbuzz
  • freetype

springmeyer avatar Aug 24 '16 19:08 springmeyer

Would also be nice to make sure these versions are reflected in the README #depends section

mapsam avatar Sep 08 '16 20:09 mapsam

Thinking more about this: probably the best way to accomplish would be Mapnik core collecting the versions of all deps (since they are mapnik core deps node-mapnik) and then making them available via mapnik-config like mapnik-config --harfbuzz-version.

springmeyer avatar Sep 09 '16 21:09 springmeyer

harfbuzz

mapnik lists this as an optional dependency. Is it not optional?

tjwebb avatar Sep 23 '16 02:09 tjwebb

harfbuzz is not optional. Only some of its later features are.

lightmare avatar Sep 23 '16 10:09 lightmare