Universite-Gustave-Eiffel / Tempus

C++ framework to develop multimodal path planning requests
76 stars 13 forks source link

missing some deps to the installation documentation #49

Closed garaud closed 7 years ago

garaud commented 7 years ago

Hi, I tried to compile the tempus c++ library and CMake did not found the protobuf library. I think it's necessary to compile osm2tempus. Update the installation documentation.

Thanks, Damien

autra commented 7 years ago

I confirm that. Please note that protobuf is a dep of libosmpbf (referencing #51 here). I guess we still want to depend on it explicitly if we use it directly.