diff --git a/docs/source/guides/grpc.rst b/docs/source/guides/grpc.rst index 374cc44b7e0..e89a75917b2 100644 --- a/docs/source/guides/grpc.rst +++ b/docs/source/guides/grpc.rst @@ -73,7 +73,7 @@ Client Implementation .. note:: - All of the following client implementations are :github:`available on GitHub `. + All of the following client implementations are :github:`available on GitHub `. :raw-html:`
` @@ -471,6 +471,10 @@ gRPC server: :bdg-info:`Requirements:` Make sure to follow the :github:`instructions ` to install ``grpc`` via either `pecl `_ or from source. + .. note:: + + You will also have to symlink the built C++ extension to the PHP extension directory for it to be loaded by PHP. + We will then use `bazel `_, `composer `_ to build and run the client. We will create our PHP client in the directory ``~/workspace/iris_php_client/``: @@ -565,7 +569,7 @@ Then you can proceed to run the client scripts: .. note:: - See the :github:`instructions on GitHub ` for working C++ client. + See the :github:`instructions on GitHub ` for working C++ client. .. tab-item:: Java :sync: java @@ -591,7 +595,7 @@ Then you can proceed to run the client scripts: .. note:: - See the :github:`instructions on GitHub ` for working Java client. + See the :github:`instructions on GitHub ` for working Java client. .. tab-item:: Kotlin :sync: kotlin @@ -617,7 +621,7 @@ Then you can proceed to run the client scripts: .. note:: - See the :github:`instructions on GitHub ` for working Kotlin client. + See the :github:`instructions on GitHub ` for working Kotlin client. .. tab-item:: Node.js :sync: nodejs