There is no dependency on libssl on mac os any more

This commit is contained in:
est31 2019-08-24 21:32:28 +02:00
parent ad8589e5a2
commit b777cf9008

View File

@ -22,9 +22,8 @@ To build Nu, you will need to use the **nightly** version of the compiler.
Required dependencies:
* libssl
* on macOS (via homebrew): `brew install openssl`
* on Linux (on Debian/Ubuntu): `apt install libssl-dev`
* libssl (only needed on Linux)
* on Debian/Ubuntu: `apt install libssl-dev`
Optional dependencies: