Skip to content
Shuhei Tanuma edited this page Dec 26, 2013 · 3 revisions

PHP Generator plugin for protoc

Description

building protoc-gen-php

You need build and install protoc-gen-php when generating message from .proto file.

cd contrib
mkdir build && cd build && cmake ..
cmake --build .
sudo cmake --build . --target install
Clone this wiki locally