From a211cd312ed68f5e89a4ec228983f17f1ab1fedf Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Wed, 23 Dec 2020 23:21:28 -0500 Subject: Clarified "external dependencies" in README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0d45c518..7fe43689 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ In its bid for minimalism, Textadept depends on very little to run. On Windows and macOS, it has no external dependencies. On Linux and BSD, the GUI version depends only on [GTK][] (a cross-platform GUI toolkit) version 2.24 or later (circa early 2011), and the terminal version depends only on a wide-character -implementation of curses like [ncurses][](w). +implementation of curses like [ncurses][](w). Lua and any other third-party +dependencies are compiled into the application itself. [GTK]: https://gtk.org [ncurses]: https://invisible-island.net/ncurses/ncurses.html -- cgit v1.2.3