From c59df96e489b0e0140f5d5d4e2d436d0c41bdba7 Mon Sep 17 00:00:00 2001 From: Oren Held Date: Tue, 5 Jan 2010 18:27:30 +0100 Subject: [PATCH] Add pkg-config to the list of required tools --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL b/INSTALL index ce2fcda8..0fc8c85d 100644 --- a/INSTALL +++ b/INSTALL @@ -9,6 +9,8 @@ Required tools: - autotools: autoconf 2.63+, automake 1.10+, libtool 2.2. Run autoreconf -i at the top of the source tree to generate the build system. + - pkg-config + The configure script will look for a wrapper called antlr3 in the PATH to invoke ANTLR. If it doesn't exist, it'll try to invoke ANTLR directly with 'java org.antlr.Tool'; make sure your CLASSPATH is set properly, and if it