Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install guide to note issue #402 #404

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bkuehnert
Copy link
Member

The cl-protobufs protoc plugin is not compatible with protoc versions v22+. This is because protoc now depends on abseil and removed implementations of utility functions that cl-protobufs relied on.

This update to the README does two things

  1. Notes this problem, and updates the install steps to specify version 21.x.
  2. Offers installation of protoc via package manager as an option, since it turns out that this works just fine.

@bkuehnert bkuehnert requested a review from Slids May 7, 2023 23:19
@mdbergmann
Copy link

mdbergmann commented Nov 6, 2023

Just a comment: building cl-protobufs from 'brew install protobuf@21' on macOS works fine. On Apple Silicon macOS the install path is PROTOC_ROOT=/opt/homebrew/Cellar/protobuf@21/21.12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants