nushell/docs/howto_build_without_openssl.md

10 lines
241 B
Markdown
Raw Normal View History

# how to compile without OpenSSL
You may find it desirable to compile nu shell without requiring an OpenSSL installation on your system.
2021-11-25 18:11:20 +01:00
You can do this by running:
```sh
cargo build --no-default-features --features=rustyline-support
```