summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-09-30 08:53:55 -0400
committerSeth Tisue <seth@tisue.net>2015-09-30 08:54:16 -0400
commit5488761aba7617e175361893595b61dbd41d68be (patch)
tree18b721cedd6db7040dd2fa9bf981212660b1c05c /README.md
parent27da46343cd545534819300235bc64ab74958c92 (diff)
downloadscala-5488761aba7617e175361893595b61dbd41d68be.tar.gz
scala-5488761aba7617e175361893595b61dbd41d68be.tar.bz2
scala-5488761aba7617e175361893595b61dbd41d68be.zip
SI-9495 Add note about configuring Ant for HTTP proxies
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d59cb08489..1b4dbb03c2 100644
--- a/README.md
+++ b/README.md
@@ -154,6 +154,10 @@ ideas and coordinate your effort with others.
NOTE: we are working on migrating the build to sbt.
+If you are behind a HTTP proxy, include
+[`ANT_ARGS=-autoproxy`](https://ant.apache.org/manual/proxy.html) in
+your environment.
+
Run `ant build-opt` to build an optimized version of the compiler.
Verify your build using `ant test-opt`.