aboutsummaryrefslogtreecommitdiff
path: root/protoc-artifacts
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2016-05-12 17:55:29 -0700
committerJisi Liu <jisi.liu@gmail.com>2016-05-12 17:55:29 -0700
commitce7e502e4b2e719e4d11047bc313eb461fd0dde5 (patch)
tree8e8116b34644cedc0ab792d18ef7147ccb9a5666 /protoc-artifacts
parent7b87f77a250385dd247ec9ab3b28e1d1fd011d59 (diff)
downloadprotobuf-ce7e502e4b2e719e4d11047bc313eb461fd0dde5.tar.gz
protobuf-ce7e502e4b2e719e4d11047bc313eb461fd0dde5.tar.bz2
protobuf-ce7e502e4b2e719e4d11047bc313eb461fd0dde5.zip
Remove the instructions for pbconfig.h
Diffstat (limited to 'protoc-artifacts')
-rw-r--r--protoc-artifacts/README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/protoc-artifacts/README.md b/protoc-artifacts/README.md
index 93484940..a910fe0d 100644
--- a/protoc-artifacts/README.md
+++ b/protoc-artifacts/README.md
@@ -25,10 +25,7 @@ for how to set up the build environment.
## Building from a freshly checked-out source
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
-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.
+generate the configure script.
Under the protobuf project directory: