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.
This commit is contained in:
Tobias Brunner 2014-02-10 10:21:33 +01:00
parent 7573a7ed56
commit 07d971ef22
1 changed files with 2 additions and 0 deletions

View File

@ -13,8 +13,10 @@ the code, you need the following tools:
- automake - automake
- autoconf - autoconf
- libtool - libtool
- pkg-config
- gettext - gettext
- perl - perl
- python
- lex/flex - lex/flex
- yacc/bison - yacc/bison
- gperf - gperf