mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Add minor details (#1353)
This commit is contained in:
parent
65f4094804
commit
7815164216
5
README
5
README
@ -116,11 +116,14 @@ To compile ejabberd you need:
|
|||||||
needed on systems with GNU Libc.
|
needed on systems with GNU Libc.
|
||||||
- ImageMagick's Convert program. Optional. For CAPTCHA challenges.
|
- ImageMagick's Convert program. Optional. For CAPTCHA challenges.
|
||||||
|
|
||||||
|
If your system splits packages in libraries and development headers, you must
|
||||||
|
install the development packages also.
|
||||||
|
|
||||||
### 1. Compile and install on *nix systems
|
### 1. Compile and install on *nix systems
|
||||||
|
|
||||||
To compile ejabberd, execute the following commands. The first one is only
|
To compile ejabberd, execute the following commands. The first one is only
|
||||||
necessary if your source tree didn't come with a `configure` script.
|
necessary if your source tree didn't come with a `configure` script (In this
|
||||||
|
case you need autoconf installed).
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure
|
./configure
|
||||||
|
Loading…
Reference in New Issue
Block a user