summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 0 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index cc72c222f..4df0d117f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -63,12 +63,6 @@ Minimal instructions for building BDB are
make
make install
-If you want to use the alternative SQLite backend for RPM database instead
-of the default Berkeley DB, it can be enabled with --enable-sqlite3 option
-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