[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 01/11] INSTALL: add instructions to build with BoringSSL
[Thread Prev] | [Thread Next]
- Subject: [PATCH 01/11] INSTALL: add instructions to build with BoringSSL
- From: Jon Simons <jon@xxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Sat, 9 Sep 2017 20:12:44 -0700
- To: libssh@xxxxxxxxxx
- Cc: Jon Simons <jon@xxxxxxxxxxxxx>
At this step these instructions are aspirational. Signed-off-by: Jon Simons <jon@xxxxxxxxxxxxx> --- INSTALL | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/INSTALL b/INSTALL index 9e107881..a52999b4 100644 --- a/INSTALL +++ b/INSTALL @@ -84,6 +84,17 @@ and ZLIB_ROOT_DIR +### Building with BoringSSL + +To build with BoringSSL, provide OPENSSL_ROOT_DIR and WITH_BORINGSSL=ON +to cmake: + +`cmake -DOPENSSL_ROOT_DIR=<path/to/boringssl> -DWITH_BORINGSSL=ON ..` + +<path/to/boringssl> should be your BoringSSL workspace root. Ensure +that the BoringSSL libraries can be found at OPENSSL_ROOT_DIR/lib, +and you are using a recent version of cmake. + ## Installing If you want to install libssh after compilation run: -- 2.14.1
[PATCH 00/11] libssh: enable building with BoringSSL | Jon Simons <jon@xxxxxxxxxxxxx> |