summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-04-16 15:52:06 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-04-16 15:52:06 +0300
commit2eb20ad3596131420a1f90695f4bedf73067816b (patch)
tree3665484faaf0f38c974bd9142d77a9a46d7fc7c2 /INSTALL
parent2ecd8fc22d897cffe433820205036b493fd012f2 (diff)
downloadrpm-2eb20ad3596131420a1f90695f4bedf73067816b.tar.gz
rpm-2eb20ad3596131420a1f90695f4bedf73067816b.tar.bz2
rpm-2eb20ad3596131420a1f90695f4bedf73067816b.zip
Document external Lua requirement
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 1052fae98..751af2e0d 100644
--- 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