openhab-docs/_addons_bindings/mercedesme/proto
openHAB Build Server 38dd3ce74a Updated external content (Jenkins build 2727) 2025-07-27 06:03:11 +00:00
..
README.md Updated external content (Jenkins build 2727) 2025-07-27 06:03:11 +00:00

README.md

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