mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
6 lines
108 B
Bash
Executable file
6 lines
108 B
Bash
Executable file
[ ! -f Makefile ] \
|
|
&& ./autogen.sh \
|
|
&& ./configure --with-rebar=rebar3 \
|
|
&& make
|
|
|
|
make relive
|