summaryrefslogtreecommitdiff
path: root/README-prereq
blob: 25f42b31f959d33ae1f4d087b54458574a8a3cec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This gives some notes on the minimum version for the tools required 
for development.
I.E. the tools checked for by the autogen.sh bootstrap script for the
GNU Build System and include:

- Autoconf  <http://www.gnu.org/software/autoconf/> (version 2.63 or newer)
- Automake  <http://www.gnu.org/software/automake/> (version 1.11.1 or newer)
- Gettext   <http://www.gnu.org/software/gettext/>  (version 0.17 or newer)
- libtool   <http://www.gnu.org/software/libtool/>  (version 1.5.22 or newer)

For libtool it is strongly recommended to use the 2.2.x branch, however.