From 1ec76ad9bda77574fc276d40e4f978c898de1e89 Mon Sep 17 00:00:00 2001 From: Alan Ott Date: Mon, 9 Sep 2013 00:18:00 -0400 Subject: [PATCH] README: Add build dependencies Some build system dependencies were missing from the documentation. --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 9297fb6..b4e7c0e 100644 --- a/README.txt +++ b/README.txt @@ -154,7 +154,7 @@ Prerequisites: If you downloaded the source directly from the git repository (using git clone), you'll need Autotools: - sudo apt-get install autotools-dev + sudo apt-get install autotools-dev autoconf automake libtool FreeBSD: ---------