SoundMetrics / aris-integration-sdk

SDK for building custom controllers for the ARIS sonar.
MIT License
5 stars 2 forks source link

instructions for compiling and installing protobuf-c are incomplete #29

Closed fvasquez closed 7 years ago

fvasquez commented 7 years ago

The connect sample code requires the protobuf-c library and tool to build on Linux. The README for the connect sample links to instructions on the protobuf-c Wiki. Those instructions are incomplete. The compiling and installing instructions on the protobuf-C README are better. We should link to those instead.

The makefile for the connect sample expects the protobuf-c library and tool to be installed at a specific path. We should mention that in our README and a comment regarding the location of PROTOBUFC_DIR to the makefile.