From a3ce452548e14f6ce7b97c12ae8e9965928a9949 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 6 Jan 2015 16:23:26 +0100 Subject: [PATCH] Update HACKING * HACKING: Update Swig requirement, as reported by Soheib. --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 32714e47e..4349aa8bf 100644 --- a/HACKING +++ b/HACKING @@ -27,7 +27,7 @@ since the generated files they produce are distributed.) GNU Flex (the version seems to matters, we used 2.5.35) GNU Bison >= 2.7 GNU Emacs (preferably >= 24 but it may work with older versions) - SWIG >= 2.0 + SWIG >= 3.0 (for its better C++11 support) 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)