Skip to content

Commit

Permalink
Add --with-openssl info to BUILD.md
Browse files Browse the repository at this point in the history
Clarify that --with-openssl must be passed a path, e.g.,
--with-openssl=/usr/lib64.

Signed-off-by: Stefan Gloor <[email protected]>
  • Loading branch information
stgloorious authored and simo5 committed Jan 8, 2024
1 parent e2abc4a commit 01ebd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This package requires the following:

The usual command to build are:
- autoreconf -fi (if needed)
- ./configure (--with-openssl if needed)
- ./configure (--with-openssl=/path/to/openssl if needed)
- make
- make check

0 comments on commit 01ebd73

Please sign in to comment.