-
Notifications
You must be signed in to change notification settings - Fork 219
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
Installation requires cmake, protoc, golang, perl... #354
Labels
Comments
This is addressed in my WIP PR: #349 by making code generation opt-in and not done by default. |
Thanks Nick! :) |
|
This was referenced Feb 14, 2019
Open
@nrc should this issue be closed now? We can open up a new one for further simplifying the build process. |
Sure, I have no idea about the current build reqs, but this issue is out of date |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prior to #347 I do not think
cmake
,protoc
,golang
,perl
were required to pullkvproto
into a Rust dependency.Having these extra dependencies is rather problematic.
protoc
in particular is not a commonly installed tool.Resolving this issue would involve ensuring downstream dependencies can use
kvproto
without:cmake
protoc
golang
perl
Labelling this as a bug as I think it's a regression. cc @nrc .
The text was updated successfully, but these errors were encountered: