Where is protobuf?

Maurizio Panzica4 years ago

Hello,

I am trying to build traccar from source code. I started with a clean installation of IntelliJ (2019.3.1) and cloned the project from github (master branch).

On org/traccar/protocol/OmnicommProtocolDecoder.java there is a reference to org.traccar.protobuf
(see line 30: import org.traccar.protobuf.OmnicommMessageOuterClass;)
which is not included into the git project.
Am I missing something?

Thanks for your help.

Anton Tananaev4 years ago

Compile using gradle or maven.

Maurizio Panzica4 years ago

Great!
Thank you, Anton!

shaik abdullah2 years ago

Thank you !