From eb6fe69af248372a3b3fd5f7d020cfc880314214 Mon Sep 17 00:00:00 2001 From: Julio Gonzalez Gil Date: Wed, 18 Mar 2020 23:41:52 +0100 Subject: [PATCH] Generic compilation instructions: explain that /etc/mime.type is needed --- COMPILATION.md | 1 + 1 file changed, 1 insertion(+) diff --git a/COMPILATION.md b/COMPILATION.md index 9b7b4d7..52c2509 100644 --- a/COMPILATION.md +++ b/COMPILATION.md @@ -15,6 +15,7 @@ Keep in mind using the pre-built packages when available. * libcurl * libxml2 * openssl +* /etc/mime.types (the package providing depends on the OS) * pkg-config (or your OS equivalent) 2. Then compile from master via the following commands: