docs: remove openssl references
parent
46bb107be4
commit
b391cdde5e
15
README.md
15
README.md
|
@ -65,7 +65,6 @@ To compile and run InfluxDB IOx from source, you'll need the following:
|
||||||
* [Clang](#clang)
|
* [Clang](#clang)
|
||||||
* [lld (on Linux)](#lld)
|
* [lld (on Linux)](#lld)
|
||||||
* [protoc (on Apple Silicon)](#protoc)
|
* [protoc (on Apple Silicon)](#protoc)
|
||||||
* [openssl](#openssl)
|
|
||||||
|
|
||||||
#### Rust
|
#### Rust
|
||||||
|
|
||||||
|
@ -137,20 +136,6 @@ PROTOC_INCLUDE=/opt/homebrew/include
|
||||||
|
|
||||||
IOx should then build correctly.
|
IOx should then build correctly.
|
||||||
|
|
||||||
#### openssl
|
|
||||||
|
|
||||||
Install the `openssl` library.
|
|
||||||
|
|
||||||
Check if you have `openssl` installed with `$ openssl version`. If it's missing then openssl can typically be installed with your system package manager.
|
|
||||||
|
|
||||||
More information can be found [here](https://github.com/sfackler/rust-openssl/issues/1021) on build errors due to "openssl" not being installed.
|
|
||||||
|
|
||||||
If you don't install `openssl`, build would fail with an error like:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
error: failed to run custom build command for `openssl-sys v0.9.72`
|
|
||||||
```
|
|
||||||
|
|
||||||
### Clone the repository
|
### Clone the repository
|
||||||
|
|
||||||
Clone this repository using `git`.
|
Clone this repository using `git`.
|
||||||
|
|
Loading…
Reference in New Issue