diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-04-16 15:52:06 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-04-16 15:52:06 +0300 |
commit | 2eb20ad3596131420a1f90695f4bedf73067816b (patch) | |
tree | 3665484faaf0f38c974bd9142d77a9a46d7fc7c2 /INSTALL | |
parent | 2ecd8fc22d897cffe433820205036b493fd012f2 (diff) | |
download | rpm-2eb20ad3596131420a1f90695f4bedf73067816b.tar.gz rpm-2eb20ad3596131420a1f90695f4bedf73067816b.tar.bz2 rpm-2eb20ad3596131420a1f90695f4bedf73067816b.zip |
Document external Lua requirement
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |