From 902b7e64f20a6a304df691e4e7525670262a2f5f Mon Sep 17 00:00:00 2001 From: Christian Walde Date: Tue, 24 Jul 2012 17:46:52 +0300 Subject: [PATCH] note dependency on automake for github install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 060bd1c8..75e24b71 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - #[![ZNC](http://wiki.znc.in/skins/common/images/wiki.png)](http://znc.in) - An advanced IRC bouncer ## Table of contents @@ -45,6 +44,7 @@ saslauth: Installation is done with the `./configure ; make ; make install` commands. If you are building from git, you will need to run `./autogen.sh` first to produce the `configure` script. +Note that this requires `automake` to be installed. You can use ./configure --help