README: Mention how to create "configure" script

This commit is contained in:
Holger Weiss 2015-02-09 14:31:59 +01:00
parent d00f0fb1f4
commit 2ccbff3b98
1 changed files with 4 additions and 2 deletions

6
README
View File

@ -122,8 +122,10 @@ To compile ejabberd execute the commands:
./configure
make
To install ejabberd, run this command with system administrator rights
(root user):
If you don't have the `configure` script, run `autogen.sh` first.
To install ejabberd, execute the following command with system administrator
rights (root user):
sudo make install