Browse Source

Merge pull request #3390 from danielgtaylor-isp/patch-1

Add note about includes to README
Feng Xiao 8 years ago
parent
commit
942a29cecd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      protoc-artifacts/build-zip.sh

+ 4 - 0
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