From bb433fe0740eb6e73ea8a331af870f7e3a632f11 Mon Sep 17 00:00:00 2001 From: Zhang Jingqiang Date: Fri, 2 Feb 2024 17:17:23 +0800 Subject: [PATCH] update doc --- doc/openssl-variants.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/openssl-variants.md b/doc/openssl-variants.md index 522bbe12..6df71060 100644 --- a/doc/openssl-variants.md +++ b/doc/openssl-variants.md @@ -84,10 +84,12 @@ AWS-LC is supported in branch `rel/boringssl`. ### Build -Use `--features vendored-aws-lc` cargo build option. +- Make sure you have `cmake`, `pkg-config` installed + +- Install a recent version of [go](https://go.dev/dl/) if you want to do AWS-LC code generation. + +- Build with `--features vendored-aws-lc` cargo build option. ### Package -- Install a recent version of [go](https://go.dev/dl/). - -- Switch to branch `rel/aws-lc`, then run the build script or create the release tarball as usual. +Switch to branch `rel/aws-lc`, then run the build script or create the release tarball as usual.