Skip to content

Commit

Permalink
Elide leading shell prompt in CONFIGURE.md shell snippets
Browse files Browse the repository at this point in the history
Signed-off-by: Pravek Sharma <[email protected]>
  • Loading branch information
praveksharma committed Sep 30, 2024
1 parent bfff1f0 commit 3c16208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONFIGURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This environment variable lets you specify additional flags to pass to `cmake` e
For example, in order to point `cmake` to a specific library, you might run:

```
$ env CMAKE_PARAMS="-DOPENSSL_CRYPTO_LIBRARY=/opt/lib64/libcrypto.so" bash scripts/fullbuild.sh
env CMAKE_PARAMS="-DOPENSSL_CRYPTO_LIBRARY=/opt/lib64/libcrypto.so" bash scripts/fullbuild.sh
```

### liboqs_DIR
Expand Down Expand Up @@ -195,7 +195,7 @@ When building liboqs with `-DOQS_LIBJADE_BUILD=ON`, default implementations of p
For example, in order to build liboqs with `-DOQS_LIBJADE_BUILD=OFF`, you might run:
```
$ env OQS_LIBJADE_BUILD="OFF" bash scripts/fullbuild.sh
env OQS_LIBJADE_BUILD="OFF" bash scripts/fullbuild.sh
```
Alternatively, the string `-DOQS_LIBJADE_BUILD=` along with its value may be passed to the `fullbuild.sh` script via the [`CMAKE_PARAMS`](#cmake_params) environment variable.
Expand Down

0 comments on commit 3c16208

Please sign in to comment.