Version:
Usage
Install the latest grpc package with the following command:
meson wrap install grpcOr, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.
Libraries (or programs) from grpc 1.59.1-1 can be used by adding the following lines to your meson.build file:
grpc_dep = dependency('grpc')
grpc_unsecure_dep = dependency('grpc_unsecure')
grpc++_dep = dependency('grpc++')
grpc++_unsecure_dep = dependency('grpc++_unsecure')
grpc_cpp_plugin_prog = find_program('grpc_cpp_plugin')
grpc_python_plugin_prog = find_program('grpc_python_plugin')
grpc_ruby_plugin_prog = find_program('grpc_ruby_plugin')
grpc_php_plugin_prog = find_program('grpc_php_plugin')
grpc_node_plugin_prog = find_program('grpc_node_plugin')Project Options
Loading patch files...
Patch Files Preview
Loading patch files...