Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2015-02-09 16:31:59 +0300
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-02-09 16:31:59 +0300
commit2ccbff3b98ee139103d48c55e7e97e9602d1a267 (patch)
tree1a2ea803360f049249b965dddcf9916199fbc3f3 /README
parentd00f0fb1f4bb580f167b732f6a41f8491d4366cf (diff)
README: Mention how to create "configure" script
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index aab31f167..dd05f40b4 100644
--- a/README
+++ b/README
@@ -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