mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-08 10:06:22 -05:00
install: add -Dterminfo to list of compile-time options
This commit is contained in:
parent
a60b7babd3
commit
ac46e58448
1 changed files with 4 additions and 3 deletions
|
|
@ -135,9 +135,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