mirror of
https://github.com/danbulant/nushell
synced 2026-05-24 12:35:59 +00:00
There is no dependency on libssl on mac os any more
This commit is contained in:
parent
ad8589e5a2
commit
b777cf9008
1 changed files with 2 additions and 3 deletions
|
|
@ -22,9 +22,8 @@ To build Nu, you will need to use the **nightly** version of the compiler.
|
||||||
|
|
||||||
Required dependencies:
|
Required dependencies:
|
||||||
|
|
||||||
* libssl
|
* libssl (only needed on Linux)
|
||||||
* on macOS (via homebrew): `brew install openssl`
|
* on Debian/Ubuntu: `apt install libssl-dev`
|
||||||
* on Linux (on Debian/Ubuntu): `apt install libssl-dev`
|
|
||||||
|
|
||||||
Optional dependencies:
|
Optional dependencies:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue