mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
install: add -Dterminfo to list of compile-time options
This commit is contained in:
parent
b65366f00c
commit
3d71b74442
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue