Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ let package = Package(
name: "COpenSSL",
pkgConfig: "openssl",
providers: [
.brew(["libressl"]),
.brew(["openssl@3"]),
.apt(["libssl-dev"]),
]
),
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ It has source files that are excluded in `Package.swift`.
### Dependencies

`librdkafka` depends on `openssl`, meaning that `libssl-dev` must be present at build time.
`openssl@3` can be installed on macOS, among others, through `brew`.

## Development Setup

Expand Down