From 66197ac611591248789e5888bdb82b5b8ef02d04 Mon Sep 17 00:00:00 2001 From: Lihui Zhang Date: Thu, 18 Jul 2024 09:57:37 -0400 Subject: [PATCH] List required libraries in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aaaf1f256..b66728191 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ It relies on the following technologies: - ElasticSearch v5.2 - Redis v3.2 +The following libraries are needed: +- [Pango](https://pango.gnome.org/) +- libmagic + Authentication - OpenRecords currently implements LDAP and OAuth for authentication. For development, you can bypass authentication by setting both `'USE_OAUTH'` and `'USE_LDAP'` to `False`.