Skip to content

Commit a471c37

Browse files
committed
Add note to install rebar when using Erlang 24
1 parent f82913c commit a471c37

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

content/admin/install/source.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ man -l man/ejabberd.yml.5
434434
### rebar with old Erlang
435435

436436
The ejabberd source code package includes `rebar` and `rebar3` binaries
437-
that work with Erlang/OTP 24.0 up to 27.
437+
that work with Erlang/OTP 25.0 up to 28.
438438

439439
To compile ejabberd using rebar/rebar3 and Erlang 20.0 up to 23.3,
440440
you can install it from your operating system,
@@ -446,6 +446,16 @@ wget https://github.com/processone/ejabberd/raw/21.12/rebar
446446
wget https://github.com/processone/ejabberd/raw/21.12/rebar3
447447
```
448448

449+
To compile ejabberd using rebar/rebar3 and Erlang 24.0 up to 24.3,
450+
you can install it from your operating system,
451+
or compile yourself from the rebar source code,
452+
or download the old binary from ejabberd 24.12:
453+
454+
```sh
455+
wget https://github.com/processone/ejabberd/raw/24.12/rebar
456+
wget https://github.com/processone/ejabberd/raw/24.12/rebar3
457+
```
458+
449459
## Start
450460

451461
You can use the `ejabberdctl` command line administration script to

0 commit comments

Comments
 (0)