summaryrefslogtreecommitdiffstats
path: root/libraries/folks/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/folks/README')
-rw-r--r--libraries/folks/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/folks/README b/libraries/folks/README
new file mode 100644
index 0000000000..a703ca8375
--- /dev/null
+++ b/libraries/folks/README
@@ -0,0 +1,15 @@
+Folks is a contact aggregation library. It retrieves contacts from
+various sources (including Telepathy IM accounts, and local contact
+stores) and compiles them into fully-fledged people objects.
+
+Important Note:
+The 'evolution-data-server' dependency and its related dependencies
+have generation of introspection and vala/vapi files disabled and must
+be switched on with the following environment variables:
+
+INTROSPECTION=yes
+VALA=yes
+VAPI=yes
+
+Folks will fail to build without introspection and vala/vapi support
+enabled in these dependencies.