mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Mention in README.md the updated --with-rebar and "make dev"
This commit is contained in:
parent
e31919914b
commit
e14cd5dd17
23
README.md
23
README.md
@ -118,6 +118,7 @@ To compile ejabberd you need:
|
|||||||
- PAM library. Optional. For Pluggable Authentication Modules (PAM).
|
- PAM library. Optional. For Pluggable Authentication Modules (PAM).
|
||||||
- ImageMagick's Convert program and Ghostscript fonts. Optional. For CAPTCHA
|
- ImageMagick's Convert program and Ghostscript fonts. Optional. For CAPTCHA
|
||||||
challenges.
|
challenges.
|
||||||
|
- Elixir ≥ 1.10.3. Optional. Alternative to build ejabberd
|
||||||
|
|
||||||
If your system splits packages in libraries and development headers, you must
|
If your system splits packages in libraries and development headers, you must
|
||||||
install the development packages also.
|
install the development packages also.
|
||||||
@ -155,9 +156,25 @@ start and stop ejabberd. For example:
|
|||||||
ejabberdctl start
|
ejabberdctl start
|
||||||
|
|
||||||
|
|
||||||
For detailed information please refer to the ejabberd Installation and
|
For detailed information please refer to the
|
||||||
Operation Guide available online and in the `doc` directory of the source
|
[ejabberd Documentation](https://docs.ejabberd.im)
|
||||||
tarball.
|
|
||||||
|
|
||||||
|
### 3. Use ejabberd locally
|
||||||
|
|
||||||
|
Alternatively, you can setup ejabberd without installing in your system:
|
||||||
|
|
||||||
|
./configure --with-rebar=./rebar3
|
||||||
|
make dev
|
||||||
|
|
||||||
|
Or, if you have Elixir available and plan to develop Elixir code:
|
||||||
|
|
||||||
|
./configure --with-rebar=mix
|
||||||
|
make dev
|
||||||
|
|
||||||
|
Check the full list of targets:
|
||||||
|
|
||||||
|
make help
|
||||||
|
|
||||||
|
|
||||||
Development
|
Development
|
||||||
|
Loading…
Reference in New Issue
Block a user