openhab-addons/bundles/org.openhab.binding.mercedesme/proto/README.md
lsiepel 1a42353cc9
Multiple binding markdown fixes (#17422)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2024-09-28 17:46:53 +02:00

482 B

How to protoc

  • Check mvn repository which version to use
  • Download correct protoc compiler from maven central into PROTOC_DIR
  • Call in mercedesme binding directory PROTOC_DIR\protoc -I=proto --java_out=gen proto/*.proto
  • Move generated sources including subdirs from gen to 3rdparty\java
  • Adapt pom.xml with version of step 1