From 3d71b7444283d20c33d9d1fc022758c5c6a567c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 9 Feb 2021 19:46:06 +0100 Subject: [PATCH] install: add -Dterminfo to list of compile-time options --- INSTALL.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index c647be61..ecd1840f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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