diff options
-rw-r--r-- | docs/markdown/Dependencies.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index efd8728..f458afe 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -615,6 +615,16 @@ on these OSes to link with the bundled version. *New in 0.54.0* the `system` method. +## Curses + +*(Since 0.54.0)* + +Curses (and ncurses) are a cross platform pain in the butt. Meson wraps up +these dependencies in the `curses` dependency. This covers both `ncurses` +(preferred) and other curses implementations. + +`method` may be `auto` or `pkg-config` + <hr> <a name="footnote1">1</a>: They may appear to be case-insensitive, if the underlying file system happens to be case-insensitive. |