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>
This commit is contained in:
David Benjamin 2015-02-12 19:18:40 -05:00 committed by Adam Langley
parent 3bb4178206
commit 776597dac7

View File

@ -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):