Add an option override the autodetected directory for installing bash completions

This commit is contained in:
olszomal
2022-12-01 11:42:13 +01:00
committed by Michał Trojnara
parent c718882ffb
commit f57b469c29
2 changed files with 11 additions and 4 deletions

View File

@ -60,6 +60,7 @@ You may need to use `cmake3` instead of `cmake` to complete the following steps
-DCMAKE_C_COMPILER=clang
-DCMAKE_PREFIX_PATH=[openssl directory];[curl directory]
-DCMAKE_INSTALL_PREFIX=[installation directory]
-DBASH_COMPLETION_USER_DIR=[bash completion installation directory]
```
* Then call that build system to actually compile/link the osslsigncode project (alias `make`):