apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
225 stars 46 forks source link

fix(dev): add libprotobuf-dev in setup-ubuntu.sh #603

Closed acezen closed 2 months ago

acezen commented 2 months ago

Reason for this PR

C++ now rely on protobuf dependencies https://github.com/apache/incubator-graphar/blob/359b82960b368e3780dfda461b8bc984610e8cca/cpp/CMakeLists.txt#L210

What changes are included in this PR?

add libprotobuf-dev in setup-ubuntu.sh

Are these changes tested?

yes

Are there any user-facing changes?

no