aboutsummaryrefslogtreecommitdiffhomepage
path: root/protoc-artifacts/README.md
diff options
context:
space:
mode:
authorGravatar zhangkun83 <zhangkun@google.com>2015-03-30 11:02:02 -0700
committerGravatar zhangkun83 <zhangkun@google.com>2015-03-30 11:02:02 -0700
commitf162ee59e00bc046692079ff4dd1f5fdde8589ab (patch)
tree66e6390b5ba12980c34e2a4bbc1ea7788d458b81 /protoc-artifacts/README.md
parent9f4d9c6a443ff0b6f847f0d0e1054cd140aeb7d5 (diff)
Clarify system requirements
Diffstat (limited to 'protoc-artifacts/README.md')
-rw-r--r--protoc-artifacts/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/protoc-artifacts/README.md b/protoc-artifacts/README.md
index 3d48ed22..d3ef7ba2 100644
--- a/protoc-artifacts/README.md
+++ b/protoc-artifacts/README.md
@@ -15,6 +15,11 @@ Protobuf project.
The name of a published ``protoc`` artifact is in the following format:
``protoc-<version>-<os>-<arch>.exe``, e.g., ``protoc-3.0.0-alpha-3-windows-x86_64.exe``.
+## System requirement
+These scripts only work under Unix-like environments, e.g., Linux, MacOSX, and
+Cygwin or MinGW for Windows. Please see ``README.md`` of the Protobuf project
+for how to set up the build environment.
+
## To install artifacts locally
The following command will install the ``protoc`` artifact to your local Maven repository.
```