summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2015-10-21 10:14:52 +0200
committerLukas Rytz <lukas.rytz@typesafe.com>2015-10-21 10:14:52 +0200
commitba173164c700698d9469bf289b7b40cc11b4262d (patch)
treedb063368b377ee08f467d0b71824c32fd0a849f3 /README.md
parent6e2d7ed0e1b094af5f7500657a9ff36663500cca (diff)
parentb3bffef543e5cbd4e493b7630c8aba00f09ab795 (diff)
downloadscala-ba173164c700698d9469bf289b7b40cc11b4262d.tar.gz
scala-ba173164c700698d9469bf289b7b40cc11b4262d.tar.bz2
scala-ba173164c700698d9469bf289b7b40cc11b4262d.zip
Merge pull request #4795 from SethTisue/windows-ci
improvements to Windows build & test situation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 093912aaad..4856d67d99 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,8 @@ but the CI will verify against the baseline version.)
You'll also need Apache Ant (version 1.9.0 or above) and curl (for `./pull-binary-libs.sh`).
+Mac OS X and Linux work. Windows may work if you use Cygwin. (Community help with keeping the build working on Windows is appreciated.)
+
## Git Hygiene
As git history is forever, we take great pride in the quality of the commits we merge into the repository. The title of your commit will be read hundreds (of thousands? :-)) of times, so it pays off to spend just a little bit more time to polish it, making it descriptive and concise. Please take a minute to read the advice [most projects agree on](https://github.com/erlang/otp/wiki/Writing-good-commit-messages), and stick to 72 or fewer characters for the first line, wrapping subsequent ones at 80 (at most).