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.
Compile using gradle or maven.
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.