From 94991f7f003af89b2477137d2d5cc3a4d94679b1 Mon Sep 17 00:00:00 2001 From: Eloy Date: Sat, 15 Jul 2017 14:39:17 +0200 Subject: [PATCH] Added bison as a build dependency --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index bf75883..af5d15c 100644 --- a/INSTALL +++ b/INSTALL @@ -12,7 +12,7 @@ If you have checked this source using Git, follow these initial steps to prepare the source tree for building: 1. ensure you have the following packages installed: - automake, autoconf, git, libtool + automake, autoconf, git, libtool, bison 2. run './autogen.sh' to prepare the source tree for building or run './dist.sh' to prepare a tarball.