heremaps / tin-terrain

A command-line tool for converting heightmaps in GeoTIFF format into tiled optimized meshes.
MIT License
579 stars 126 forks source link

Can this program run on the ubuntu16.04? #64

Open JeffSuu opened 4 years ago

JeffSuu commented 4 years ago

When i run this project on ubuntu18.04,it can finish.But when i run it on ubuntu16.04 will occur this error: IMG_20191120_150830 I am so grateful if someone can tell me how to handle.

CaiWenhui commented 4 years ago

I have the same errors,and I really want know that how to solve it!!!

fnicollet commented 4 years ago

hello, the Dockerfile states ubuntu 18:10, so I guess this is the minimal required version for this program to work correctly

kiner-shah commented 2 years ago

I have the same errors,and I really want know that how to solve it!!!

for_each was introduced in C++ 17 see this. You may need to install C++ 17 in Ubuntu 16.04. Maybe this link helps.