mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
7 lines
115 B
Bash
7 lines
115 B
Bash
|
[ ! -f Makefile ] \
|
||
|
&& ./autogen.sh \
|
||
|
&& ./configure --with-rebar=./rebar3 \
|
||
|
&& make deps
|
||
|
|
||
|
make relive
|