summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2014-01-14 20:57:17 -0800
committerAlan Antonuk <alan.antonuk@gmail.com>2014-01-14 20:57:17 -0800
commitfc167b5ed0ccda0d1623cd9abf951c03f43a4a28 (patch)
tree04294e35319bd7efd4e65e8c0f689a84c702bfe8
parent1f4e0cc48b7e9a3702b4bb047246ac3f377b7753 (diff)
downloadrabbitmq-c-github-ask-fc167b5ed0ccda0d1623cd9abf951c03f43a4a28.tar.gz
Update README.md
Include more completely instructions on how to build with autotools.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index faf1b62..c5d7700 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,7 @@ utilities you need are autoconf v2.59+, automake v1.9+, libtool v2.2+, and pkg-c
Then the standard autotools build procedure will build rabbitmq-c:
+ autoreconf -i
./configure
make
make install