Document external Lua requirement
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 16 Apr 2008 12:52:06 +0000 (15:52 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 16 Apr 2008 12:52:06 +0000 (15:52 +0300)
INSTALL

diff --git a/INSTALL b/INSTALL
index 1052fae..751af2e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -61,6 +61,12 @@ to configure. Note that the SQLite backend is not as tested as BDB.
 SQLite >= 3.x is required and is available from
     http://www.sqlite.org/
 
+For embedded Lua scripting support (recommended and enabled by default),
+you'll need Lua >= 5.1 library + development environment installed.
+Note that only the library is needed at runtime, RPM never calls external
+Lua interpreter for anything. Lua is available from 
+    http://www.lua.org
+
 If SELinux support is desired, it can be enabled with --with-selinux option
 to configure and libselinux development environment installed. SELinux
 is available from