fe28d3529fc5cf7ddae718ca80e67b0df04b32ce
[yaz-moved-to-github.git] / ziffy / HACKING
1                                                                    -*-text-*-
2
3 The ziffy utility started from its first version to use
4 GNU automake and autoconf utilities.
5
6 If you want to hack on ziffy, it will make you life easier
7 to have the following packages installed:
8
9   - GNU libtool 1.3.3
10   - GNU automake 1.4
11   - GNU autoconf 2.13
12
13 These should be available by ftp from ftp.gnu.org or any of the
14 fine GNU mirrors. Beta software can be found at ftp://alpha.gnu.org.
15                                                                 
16
17 This means that you will need the usual GNU tools to build these in
18 maintainer mode from the development tree. You can simply type at
19 your prompt:
20
21 > ./autogen.sh
22
23 [a simple shell script that basically does the following for you: 
24
25     aclocal
26     autoheader
27     automake --add-missing --gnu
28     autoconf
29     configure
30
31 ]
32
33
34 have fun!
35
36 /rocco