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

Generate C++ Apis #37

Open
TheOneRing opened this issue Nov 6, 2019 · 1 comment
Open

Generate C++ Apis #37

TheOneRing opened this issue Nov 6, 2019 · 1 comment

Comments

@TheOneRing
Copy link
Contributor

No description provided.

@labkode
Copy link
Member

labkode commented Nov 11, 2019

@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.

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

No branches or pull requests

2 participants