From 07d971ef22910b5ffa8d3f434be77d532440e21b Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 10 Feb 2014 10:21:33 +0100 Subject: [PATCH] Add Python and pkg-config as requirements to HACKING pkg-config is probably installed on most systems by default, but e.g. not on Cygwin. --- HACKING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HACKING b/HACKING index 2e8479269..02d540a9a 100644 --- a/HACKING +++ b/HACKING @@ -13,8 +13,10 @@ the code, you need the following tools: - automake - autoconf - libtool + - pkg-config - gettext - perl + - python - lex/flex - yacc/bison - gperf