aboutsummaryrefslogtreecommitdiff
path: root/protoc-artifacts
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-07-18 12:29:44 -0700
committerGitHub <noreply@github.com>2017-07-18 12:29:44 -0700
commit942a29cecd36f2a4b22fdd2179635cd548e6bd27 (patch)
treec0811c4919ee1ec5f1cba65b620cd0730f52cf5e /protoc-artifacts
parent337029983c4958ea4f509e4c110b092ed716aa41 (diff)
parent4b5b1e6e3e545b394911f40a824f21b6b6ac45bf (diff)
downloadprotobuf-942a29cecd36f2a4b22fdd2179635cd548e6bd27.tar.gz
protobuf-942a29cecd36f2a4b22fdd2179635cd548e6bd27.tar.bz2
protobuf-942a29cecd36f2a4b22fdd2179635cd548e6bd27.zip
Merge pull request #3390 from danielgtaylor-isp/patch-1
Add note about includes to README
Diffstat (limited to 'protoc-artifacts')
-rwxr-xr-xprotoc-artifacts/build-zip.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/protoc-artifacts/build-zip.sh b/protoc-artifacts/build-zip.sh
index 3c5e887b..a124ed7c 100755
--- a/protoc-artifacts/build-zip.sh
+++ b/protoc-artifacts/build-zip.sh
@@ -73,6 +73,10 @@ compiler (protoc). This binary is intended for users who want to use Protocol
Buffers in languages other than C++ but do not want to compile protoc
themselves. To install, simply place this binary somewhere in your PATH.
+If you intend to use the included well known types then don't forget to
+copy the contents of the 'include' directory somewhere as well, for example
+into '/usr/local/include/'.
+
Please refer to our official github site for more installation instructions:
https://github.com/google/protobuf
EOF