]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Clarify that OPENSSL_ROOT_DIR is absolute path
authorDmitry Belyavskiy <beldmit@gmail.com>
Sat, 13 Jun 2020 13:21:08 +0000 (16:21 +0300)
committerDmitry Belyavskiy <beldmit@gmail.com>
Sat, 13 Jun 2020 13:21:08 +0000 (16:21 +0300)
INSTALL.md

index 4807ecb1b688d8fa2b8e3d112b9884afb85c3231..027e14e21d407592d1bffc8e240e6953d88d934b 100644 (file)
@@ -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/ ..