install: add -Dterminfo to list of compile-time options

This commit is contained in:
Daniel Eklöf 2021-02-09 19:46:06 +01:00
parent b65366f00c
commit 3d71b74442
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -120,9 +120,10 @@ mkdir -p bld/release && cd bld/release
Available compile-time options:
| Option | Type | Default | Description | Extra dependencies |
|----------|------|---------|---------------------|--------------------|
| `-Dime` | bool | `true` | Enables IME support | None |
| Option | Type | Default | Description | Extra dependencies |
|-------------|---------|---------|---------------------|--------------------|
| `-Dime` | bool | `true` | Enables IME support | None |
| `-Dterminfo | feature | `auto` | Build terminfo | `tic` (ncurses) |
### Release build