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-03-05 09:19:27 +0300
committerAdam Langley <agl@google.com>2015-03-06 21:59:25 +0300
commitd27eda00a4106ae41c14e8b30abbcd3455ec1275 (patch)
tree298651065e5652ce6d060bff179f831094ef3c4f /BUILDING
parentf46cea8cd8eceaf69ccce916abcf255bbcf3ca1f (diff)
Generate error data at build time.
This avoids cluttering up the diff and making merge conflicts a pain. It does, however, mean we need to generate err_data.c ahead of time in Chromium and likely other downstream builds. It also adds a build dependency on Go. Change-Id: I6e0513ed9f50cfb030f7a523ea28519590977104 Reviewed-on: https://boringssl-review.googlesource.com/3790 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILDING b/BUILDING
index 67f8a33d..8a655282 100644
--- a/BUILDING
+++ b/BUILDING
@@ -19,7 +19,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.
- * Go[5] is required for running tests, but not for building.
+ * Go[5] is required. If not found by CMake, the go executable may be
+ configured explicitly by setting GO_EXECUTABLE.
Using Ninja (note the 'N' is capitalized in the cmake invocation):