aboutsummaryrefslogtreecommitdiffhomepage
path: root/protoc-artifacts/README.md
diff options
context:
space:
mode:
authorGravatar Kun Zhang <zhangkun@google.com>2015-04-07 17:18:46 -0700
committerGravatar Kun Zhang <zhangkun@google.com>2015-04-07 17:18:46 -0700
commitc6792363667c7ade6561f9e2736696a5c5bf2612 (patch)
treec04ecd97c90270f789e81881162463302c06f3e2 /protoc-artifacts/README.md
parentc5a2a7c3dba6a90a52689277d5a4eb08a5a383d2 (diff)
List the platforms that we currently support. Document staging.repository.
Diffstat (limited to 'protoc-artifacts/README.md')
-rw-r--r--protoc-artifacts/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/protoc-artifacts/README.md b/protoc-artifacts/README.md
index 8768a05b..3a530197 100644
--- a/protoc-artifacts/README.md
+++ b/protoc-artifacts/README.md
@@ -56,7 +56,12 @@ configure GPG and Sonatype account.
You need to perform the deployment for every platform that you want to
suppport. DO NOT close the staging repository until you have done the
-deployment for all platforms.
+deployment for all platforms. Currently the following platforms are supported:
+- Linux (x86_32 and x86_64)
+- Windows (x86_32 and x86_64) with
+ - Cygwin with MinGW compilers (both x86_32 and x86_64)
+ - MSYS with MinGW32 (x86_32 only)
+- MacOSX (x86_32 and x86_64)
Remove any ``SNAPSHOT`` or ``pre`` suffix from the version string before
deploying.