mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
7 lines
113 B
Bash
Executable File
7 lines
113 B
Bash
Executable File
[ ! -f Makefile ] \
|
|
&& ./autogen.sh \
|
|
&& ./configure --with-rebar=rebar3 \
|
|
&& make deps
|
|
|
|
make relive
|