rsocket-rpc-js icon indicating copy to clipboard operation
rsocket-rpc-js copied to clipboard

Documentation missing

Open iskradelta opened this issue 6 years ago • 1 comments

How do I compile or use this?

cmake cant find protobuf include files even thoug they are in /usr/include/google/protobuf/

iskradelta avatar Nov 01 '19 09:11 iskradelta

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

iskradelta avatar Nov 01 '19 11:11 iskradelta