forked from extern/nushell
Mention pkg-config package in installation instruction
Ubuntu distributions does not came with pkg-config by default. OpenSSL package's documentation mention pkg-config as requirement: https://docs.rs/openssl/0.10.24/openssl/#automatic
This commit is contained in:
parent
a2700308a7
commit
5b706599e9
@ -27,8 +27,8 @@ To build Nu, you will need to use the **nightly** version of the compiler.
|
||||
|
||||
Required dependencies:
|
||||
|
||||
* libssl (only needed on Linux)
|
||||
* on Debian/Ubuntu: `apt install libssl-dev`
|
||||
* pkg-config and libssl (only needed on Linux)
|
||||
* on Debian/Ubuntu: `apt install pkg-config libssl-dev`
|
||||
|
||||
Optional dependencies:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user