aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2013-09-06 10:41:58 +0800
committerGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2013-09-06 10:41:58 +0800
commit9921e9e79f5f4290e59d88f78a9606775aad577d (patch)
tree72f1f7242619fc331d20327d5458b7908c6c07cf /README.md
parent5ef13d901139498be42c1d2c47606914db2aa490 (diff)
document and enforce Autoconf 2.60 or greater
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index c0b8c69a..c7462465 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,9 @@ Detailed user documentation is available by running `help` within fish, and also
fish is written in a sane subset of C++98, with a few components from C++TR1. It builds successfully with g++ 4.2 or later, and with clang. It also will build as C++11.
-fish can be built using autotools or Xcode.
+fish can be built using autotools or Xcode. autoconf 2.60 or later is required.
+
+fish requires gettext for translation support.
### Autotools Build