From ee778ca8f9ea1e143e653294e09cd53212f9c698 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 26 Dec 2023 15:47:18 +0100 Subject: [PATCH] COMPILE.md: For Elixir, recommend at least 1.13.4 with Erlang/OTP 23.0 --- COMPILE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/COMPILE.md b/COMPILE.md index c0ebef4b8..80e932d65 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -28,7 +28,8 @@ Other optional libraries are: - PAM library, for Pluggable Authentication Modules (PAM) - ImageMagick's Convert program and Ghostscript fonts, for CAPTCHA challenges -- Elixir ≥ 1.10.3, to support Elixir, and alternative to rebar/rebar3 +- Elixir ≥ 1.10.3, for Elixir support. It is recommended Elixir 1.13.4 or higher + and Erlang/OTP 23.0 or higher. If your system splits packages in libraries and development headers, install the development packages too.