forked from Telodendria/Cytoplasm
[META] Denote the presence of Mbed in the README
This commit is contained in:
parent
c1d59b2c6f
commit
ee58167928
1 changed files with 3 additions and 2 deletions
|
@ -21,6 +21,7 @@ Cytoplasm aims to have zero software dependencies beyond what is mandated by POS
|
|||
|
||||
- OpenSSL
|
||||
- LibreSSL
|
||||
- MbedTLS (requires the `CYTO_TLS_CA` environment variables for programs built with it)
|
||||
|
||||
If TLS support is not enabled, all APIs that use it should fall back to non-TLS behavior in a sensible manner. For example, if TLS support is not enabled, then the HTTP client API will simply return an error if a TLS connection is requested.
|
||||
|
||||
|
@ -50,7 +51,7 @@ You can also run `make install` as `root` to install Cytoplasm to the system. Th
|
|||
|
||||
The `configure` script has a number of optional flags, which are as follows:
|
||||
|
||||
- `--with-(openssl|libressl)`: Select the TLS implementation to use. OpenSSL is selected by default.
|
||||
- `--with-(openssl|libressl|mbed)`: Select the TLS implementation to use. OpenSSL is selected by default.
|
||||
- `--disable-tls`: Disable TLS altogether.
|
||||
- `--prefix=<path>`: Set the install prefix to set by default in the `Makefile`. This defaults to `/usr/local`, which should be appropriate for most Unix-like systems.
|
||||
- `--(enable|disable)-debug`: Control whether or not to enable debug mode. This sets the optimization level to 0 and builds with debug symbols. Useful for running with a debugger.
|
||||
|
|
Loading…
Reference in a new issue