gnulib: update to latest; and tests/init.sh and bootstrap
[debian/gzip] / README-hacking
1 -*- outline -*-
2
3 These notes intend to help people working on the CVS version of
4 this package.
5
6 * Requirements
7
8 Only the sources are installed in the CVS repository (to ease the
9 maintenance, merges etc.), therefore you will have to get the latest
10 stable versions of the maintainer tools we depend upon, including:
11
12 - Automake <http://www.gnu.org/software/automake/>
13 - Autoconf <http://www.gnu.org/software/autoconf/>
14 - Tar <http://www.gnu.org/software/tar/>
15 - Wget <http://www.gnu.org/software/wget/>
16
17 Valgrind <http://valgrind.org/> is also highly recommended, if
18 Valgrind supports your architecture.
19
20 Only building the initial full source tree will be a bit painful,
21 later, a plain `cvs update -P && make' should be sufficient.
22
23 * First CVS checkout
24
25 Obviously, if you are reading these notes, you did manage to check out
26 this package from CVS.  The next step is to get other files needed to
27 build, which are extracted from other source packages:
28
29         $ ./bootstrap
30
31 And there you are!  Just
32
33         $ ./configure
34         $ make
35         $ make check
36
37 At this point, there should be no difference between your local copy,
38 and the CVS master copy:
39
40         $ cvs diff
41
42 should output no difference.
43
44 Enjoy!
45
46 -----
47
48 Copyright (C) 2002-2006, 2009-2017 Free Software Foundation, Inc.
49
50 This program is free software; you can redistribute it and/or modify
51 it under the terms of the GNU General Public License as published by
52 the Free Software Foundation; either version 3, or (at your option)
53 any later version.
54
55 This program is distributed in the hope that it will be useful,
56 but WITHOUT ANY WARRANTY; without even the implied warranty of
57 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58 GNU General Public License for more details.
59
60 You should have received a copy of the GNU General Public License
61 along with this program; if not, write to the Free Software
62 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
63 02110-1301, USA.