diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-02-10 10:21:33 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-02-12 14:34:34 +0100 |
commit | 07d971ef22910b5ffa8d3f434be77d532440e21b (patch) | |
tree | 3466316ad361a41e361aecb90ba181b0f3c925e9 /HACKING | |
parent | 7573a7ed564f7e560d6502f07200f73521d707b5 (diff) | |
download | strongswan-07d971ef22910b5ffa8d3f434be77d532440e21b.tar.bz2 strongswan-07d971ef22910b5ffa8d3f434be77d532440e21b.tar.xz |
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.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,8 +13,10 @@ the code, you need the following tools: - automake - autoconf - libtool + - pkg-config - gettext - perl + - python - lex/flex - yacc/bison - gperf |