From f48b5e507ce9b53f0179faf5083427f6d69c1c2f Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 1 Oct 2013 11:02:33 +0200 Subject: [PATCH] * HACKING: Update version requirements for Bison and SWIG. --- HACKING | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/HACKING b/HACKING index 2d755c538..b26af40ab 100644 --- a/HACKING +++ b/HACKING @@ -1,5 +1,7 @@ -Bootstraping from GIT -===================== +Bootstraping from the GIT repository +==================================== + +(If you are building from a tarball, skip this section.) Some files in SPOT's source tree are generated. They are distributed so that users do not need to tools to rebuild them, but we don't keep @@ -15,9 +17,9 @@ since the generated files they produce are distributed.) GNU Automake >= 1.11 GNU Libtool >= 2.4 GNU Flex (the version seems to matters, we used 2.5.35) - GNU Bison >= 2.4.2 + GNU Bison >= 2.7 GNU Emacs (preferably >= 24 but it may work with older versions) - SWIG >= 1.3.31 + SWIG >= 2.0 Doxygen >= 1.4.0 Perl, with its Gettext module (it might be called something like liblocale-gettext-perl or p5-locale-gettext in your distribution)