Skip to content

Commit

Permalink
AWS-LC options
Browse files Browse the repository at this point in the history
  • Loading branch information
kagarmoe committed Sep 29, 2023
1 parent 0a06f55 commit 32141d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@ For help building a desired libcrypto on your platform, consult the build docume

[AWS-LC](https://github.com/aws/aws-lc) is the recommended libcrypto to use with s2n-tls due to increased performance and security. See the [AWS-LC build documentation](https://github.com/aws/aws-lc/blob/main/BUILDING.md) for information on building AWS-LC.

Use the `CMAKE_PREFIX_PATH` option to provide the location the AWS-LC library artifact and link it to the s2n-tls build.
**AWS LC Options**

- **`CMAKE_INSTALL_PREFIX`** : (path) Specifies the location to install AWS-LC.
- **`CMAKE_PREFIX_PATH`**: (path) Provides the location the AWS-LC library artifact and links it to the s2n-tls build.

## Other build methods

Expand Down

0 comments on commit 32141d1

Please sign in to comment.