Skip to content
Closed
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1754,9 +1754,13 @@ $ apk add curl-dev gcc libxml2-dev musl-dev openssl-dev clang-dev

### Build on macOS

Hurl depends on libssl, libcurl and libxml2 native libraries. On a fresh macOS,
OpenSSL is not where `openssl-sys` looks for it, and `cargo build` stops with
"Could not find directory of OpenSSL installation".

```shell
$ xcode-select --install
$ brew install pkg-config
$ brew install pkg-config openssl
```

Hurl is written in [Rust]. You should [install] the latest stable release.
Expand Down
6 changes: 5 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,13 @@ $ apk add curl-dev gcc libxml2-dev musl-dev openssl-dev clang-dev

### Build on macOS

Hurl depends on libssl, libcurl and libxml2 native libraries. On a fresh macOS,
OpenSSL is not where `openssl-sys` looks for it, and `cargo build` stops with
"Could not find directory of OpenSSL installation".

```shell
$ xcode-select --install
$ brew install pkg-config
$ brew install pkg-config openssl
```

Hurl is written in [Rust]. You should [install] the latest stable release.
Expand Down
6 changes: 5 additions & 1 deletion packages/hurl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1754,9 +1754,13 @@ $ apk add curl-dev gcc libxml2-dev musl-dev openssl-dev clang-dev

### Build on macOS

Hurl depends on libssl, libcurl and libxml2 native libraries. On a fresh macOS,
OpenSSL is not where `openssl-sys` looks for it, and `cargo build` stops with
"Could not find directory of OpenSSL installation".

```shell
$ xcode-select --install
$ brew install pkg-config
$ brew install pkg-config openssl
```

Hurl is written in [Rust]. You should [install] the latest stable release.
Expand Down
Loading