We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do I compile or use this?
cmake cant find protobuf include files even thoug they are in /usr/include/google/protobuf/
The text was updated successfully, but these errors were encountered:
Ah nvm, just took the release instead of building it, and ran it like so,
protoc --proto_path=src/main/proto --js_out=src/main/resources/public/static/js/rsocket-rpc/ --rsocket_rpc_out=src/main/resources/public/static/js/ --plugin=protoc-gen-rsocket_rpc="path/to/rsocket_rpc_js_plugin" src/main/proto/service.proto
Sorry, something went wrong.
No branches or pull requests
How do I compile or use this?
cmake cant find protobuf include files even thoug they are in /usr/include/google/protobuf/
The text was updated successfully, but these errors were encountered: