From 0eda4020a2cb681c9a4d1590f91dce3e07a3d012 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 26 Nov 2016 14:03:31 -0800 Subject: [PATCH] Update README to describe automake dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e08b809c1..90a8cad65 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Detailed user documentation is available by running `help` within fish, and also fish requires a C++11 compiler. It builds successfully with g++ 4.8 or later, or with clang 3.3 or later. -fish can be built using autotools or Xcode. autoconf 2.60 or later is required to build from git versions, but is not required for releases. +fish can be built using autotools or Xcode. autoconf 2.60 or later, as well as automake 1.13 or later, are required to build from git versions. These are not required to build from released tarballs. fish depends on a curses implementation, such as ncurses. The headers and libraries are required for building.