Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-02-13 03:18:40 +0300
committerAdam Langley <agl@google.com>2015-02-13 03:21:28 +0300
commit776597dac7b0e064761ecb775b7d2cbd235dc864 (patch)
tree492604e27dd9134278e9dbd71e737544c45b00fe /BUILDING
parent3bb4178206f63c92f0b417157d0874143da01f44 (diff)
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>
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING6
1 files changed, 2 insertions, 4 deletions
diff --git a/BUILDING b/BUILDING
index 18ddde17..4b2ba057 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):