cs3apis icon indicating copy to clipboard operation
cs3apis copied to clipboard

Generate C++ Apis

Open TheOneRing opened this issue 6 years ago • 1 comments

TheOneRing avatar Nov 06 '19 13:11 TheOneRing

@TheOneRing the GRPC definitions needs to be compiled in the toolchain used by the ownCloud desktop client as they are very coupled to the target build system you build the sync client.

To generate for subfolders you can find some examples here for JS:

https://github.com/cs3org/cs3apis-build/blob/master/build.go#L382

You then need to compile grpc in your machine: https://github.com/grpc/grpc/blob/master/src/cpp/README.md#make

and follow that tutorial.

labkode avatar Nov 11 '19 23:11 labkode