nushell/old_nushell/docs/howto_build_without_openssl.md
Fernando Herrera fdce6c49ab engine-q merge
2022-02-07 19:11:34 +00:00

241 B

how to compile without OpenSSL

You may find it desirable to compile nu shell without requiring an OpenSSL installation on your system.

You can do this by running:

cargo build --no-default-features --features=rustyline-support