aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-12-23 23:21:28 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-12-23 23:21:28 -0500
commita211cd312ed68f5e89a4ec228983f17f1ab1fedf (patch)
tree35b3882d2ea8a6fb2a4bc2d8ec1951ba5252653c
parentfff7d603bf349f519742bce84b46fb4bc84b8fef (diff)
Clarified "external dependencies" in README.
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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