aboutsummaryrefslogtreecommitdiff
path: root/protoc-artifacts
diff options
context:
space:
mode:
authorDaniel Taylor <dtaylor@istreamplanet.com>2017-07-18 12:05:00 -0400
committerGitHub <noreply@github.com>2017-07-18 12:05:00 -0400
commit4b5b1e6e3e545b394911f40a824f21b6b6ac45bf (patch)
treefd65a7bddc3eaa940ed64ef548d59d24a69cd714 /protoc-artifacts
parent9e745f771b2a0cde271b8283753c19014124ac95 (diff)
downloadprotobuf-4b5b1e6e3e545b394911f40a824f21b6b6ac45bf.tar.gz
protobuf-4b5b1e6e3e545b394911f40a824f21b6b6ac45bf.tar.bz2
protobuf-4b5b1e6e3e545b394911f40a824f21b6b6ac45bf.zip
Add note about includes to README
Ran into an issue today where a machine had the `protoc` compiler but not the include files. Took a while to sort out, and this added note to the README included in every zip should help.
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