Add minor details (#1353)

This commit is contained in:
Christophe Romain 2017-08-04 10:34:13 +02:00
parent 65f4094804
commit 7815164216
1 changed files with 4 additions and 1 deletions

5
README
View File

@ -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