aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-02-12 19:18:40 -0500
committerAdam Langley <agl@google.com>2015-02-13 00:21:28 +0000
commit776597dac7b0e064761ecb775b7d2cbd235dc864 (patch)
tree492604e27dd9134278e9dbd71e737544c45b00fe
parent3bb4178206f63c92f0b417157d0874143da01f44 (diff)
downloadboringssl-776597dac7b0e064761ecb775b7d2cbd235dc864.zip
boringssl-776597dac7b0e064761ecb775b7d2cbd235dc864.tar.gz
boringssl-776597dac7b0e064761ecb775b7d2cbd235dc864.tar.bz2
Update BUILDING documentation regarding Go.
Go is not required for running all the tests and bash isn't. Change-Id: I04d5981dbd2203e8bae27a1265a5db5e35ae5279 Reviewed-on: https://boringssl-review.googlesource.com/3450 Reviewed-by: Adam Langley <agl@google.com>
-rw-r--r--BUILDING6
1 files changed, 2 insertions, 4 deletions
diff --git a/BUILDING b/BUILDING
index 18ddde1..4b2ba05 100644
--- a/BUILDING
+++ b/BUILDING
@@ -17,10 +17,8 @@ Build Prerequisites:
with Platform SDK 8.1 or later are supported. Recent versions of GCC and
Clang should work on non-Windows platforms, and maybe on Windows too.
- * Bash is required for running some tests, but not for building.
-
- * Go[5] is required for running some tests, but not for building. Note that
- these tests do not work on Windows.
+ * Go[5] is required for running tests, but not for building. Note that the
+ runner.go tests do not work on Windows.
Using Ninja (note the 'N' is capitalized in the cmake invocation):