Merge pull request #1528 from pherl/master

Remove the instructions for pbconfig.h
This commit is contained in:
Jisi Liu 2016-05-13 11:27:24 -07:00
commit 5c29835f67

View File

@ -25,10 +25,7 @@ for how to set up the build environment.
## Building from a freshly checked-out source ## Building from a freshly checked-out source
If you just checked out the Protobuf source from github, you need to If you just checked out the Protobuf source from github, you need to
generate the configure script. You also need to build the full project generate the configure script.
first to generate `pbconfig.h` which would otherwise be reported
missing when you build protoc in the later steps. This needs to be
done only once.
Under the protobuf project directory: Under the protobuf project directory: