From 517776acd4cf911a70716cc086efbe2619515a26 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 13 Aug 2025 18:11:04 +0200 Subject: [PATCH] COMPILE.md: Mention dependencies and add link to Docs (#4431) --- COMPILE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/COMPILE.md b/COMPILE.md index 42f30a6f2..2eb8a1739 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -65,6 +65,11 @@ To configure the compilation, features, install paths... ./configure --help +The build tool automatically downloads and compiles the +erlang libraries that [ejabberd depends on][docs-repo]. + +[docs-repo]: https://docs.ejabberd.im/developer/repositories/ + Install in the System ---------------------