aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2016-04-07 15:34:58 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-04-07 17:04:35 +0000
commit17ea7e10b4689be8e32bd6c52aa12cda5e2b63ea (patch)
tree9c6aed63b503051bdfecdaf2d5ae2f8bfd7ccd1c /third_party
parent3cff40d22101c16894a827aee5eed248412cbbeb (diff)
Add a README.md for BoringSSL.
-- MOS_MIGRATED_REVID=119270465
Diffstat (limited to 'third_party')
-rw-r--r--third_party/boringssl/README.md24
1 files changed, 9 insertions, 15 deletions
diff --git a/third_party/boringssl/README.md b/third_party/boringssl/README.md
index 93f362c94a..65ea89c595 100644
--- a/third_party/boringssl/README.md
+++ b/third_party/boringssl/README.md
@@ -1,15 +1,9 @@
-BoringSSL.
-
-This is a clone of the repository `https://github.google.com/mdsteele/boringssl-bazel`
-at `436432d8` which itself pulls in `https://boringssl.googlesource.com/boringssl`
-at `82aa28fa` .
-
-The `BUILD` file is replaced with one containing globs that is more readable.
-
-To update:
-
-1. Save the files `README.md` and `BUILD` from `third_party/boringssl`
-2. `git clone --recurse-submodules https://github.com/mdsteele/boringssl-bazel`
-3. Copy the git tree or BoringSSL to `third_party/boringssl`
-4. Remove the `WORKSPACE` file from `third_party/boringssl`
-5. Copy the saved `README.md` and `BUILD` files back
+Update instructions:
+
+1. `git clone https://boringssl.googlesource.com/boringssl`
+2. `git checkout <commithash>` (currently `82aa28fa`)
+3. Build BoringSSL according to its instructions
+4. `mkdir -p third_party/boringssl/src`
+5. `cp -R <BoringSSL source tree>/* third_party/boringssl/src`
+6. `cp <BoringSSL source tree>/build/crypto/err/err_data.c third_party/boringssl`
+7. Done.