Update README

This commit is contained in:
Moritz Lipp 2013-02-24 12:29:01 +01:00
parent 7ad6c2f422
commit af0d5ccd2c

9
README
View File

@ -23,15 +23,14 @@ If it is not installed, the man pages won't be built.
If you don't want to build with support for sqlite databases, you can set If you don't want to build with support for sqlite databases, you can set
WITH_SQLITE=0 and sqlite support won't be available. Please note that sqlite3 WITH_SQLITE=0 and sqlite support won't be available. Please note that sqlite3
with metadata support is required, i.e. sqlite3 has to be built with with meta data support is required, i.e. sqlite3 has to be built with
SQLITE_ENABLE_COLUMN_METADATA defined. SQLITE_ENABLE_COLUMN_METADATA defined.
The use of magic to detect mimetypes is optional and can be disabled by setting The use of magic to detect mime types is optional and can be disabled by setting
WITH_MAGIC=0. WITH_MAGIC=0.
If pass these flags add command line argument to make, you have to ensure that If you pass these flags as a command line argument to make, you have to ensure
you pass the same flags when executing the install target. Setting flags in to pass the same flags when executing the install target.
config.mk directly or via environment variables is not affected by this issue.
Installation Installation
------------ ------------