From: Dmitry Belyavskiy Date: Sat, 13 Jun 2020 13:21:08 +0000 (+0300) Subject: Clarify that OPENSSL_ROOT_DIR is absolute path X-Git-Tag: v3.0.0~89 X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=openssl-gost%2Fengine.git;a=commitdiff_plain;h=f26da81ae7386f3ee66ad5fc3fafbc1c7f079e80 Clarify that OPENSSL_ROOT_DIR is absolute path --- diff --git a/INSTALL.md b/INSTALL.md index 4807ecb..027e14e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,10 +21,10 @@ Instead of `Release` you can use `Debug`, `RelWithDebInfo` or `MinSizeRel` confi See [cmake docs](https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html) for details. You will find built binaries in `../bin` directory. -If you want to build against a specific OpenSSL instance (you will need it -if you have more than one OpenSSL instance for example), you can use -the `cmake` variable `OPENSSL_ROOT_DIR` to specify path of the desirable -OpenSSL instance: +If you want to build against a specific OpenSSL instance (you will need it if +you have more than one OpenSSL instance for example), you can use the `cmake` +variable `OPENSSL_ROOT_DIR` to specify absolute path of the desirable OpenSSL +instance: $ cmake -DOPENSSL_ROOT_DIR=/PATH/TO/OPENSSL/ ..