Note: you may encounter a warning about the Protobuf compiler `protoc` 3.0.0+ not being installed. The following might help, and will be useful later on when we need to compile the `protoc-gen-php` tool.
```sh
$ cd grpc
$ make
$ sudo make install
$ cd grpc/third_party/protobuf
$ sudo make install # 'make' should have been run by core grpc