• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

deb/H03-May-2022-183145

doc/H03-May-2022-4,7323,956

gfx/H03-May-2022-

po/H03-May-2022-3,5762,889

scripts/H03-May-2022-2,6762,086

src/H03-May-2022-38,10025,284

COPYINGH A D04-Jul-200317.6 KiB341281

Makefile.inH A D19-May-20068.3 KiB234201

READMEH A D19-May-20064 KiB10176

THANKSH A D20-Jun-20041.6 KiB5640

changelogH A D19-May-200616.1 KiB328289

configureH A D19-May-2006253.7 KiB8,6567,518

configure.acH A D19-May-200627.5 KiB756710

install-shH A D04-Jul-20035.5 KiB252153

jigdo.gladeH A D02-Jul-2005137 KiB3,5683,348

jigdo.gladepH A D04-Jul-2003882 2018

jigdo.specH A D19-May-20068.6 KiB267204

README

1
2Jigsaw Download (jigdo)
3~~~~~~~~~~~~~~~~~~~~~~~
4
5See the doc/ directory for documentation - start with the HOWTO
6for an introduction to jigdo.
7
8Jigsaw Download homepage:   <http://atterer.net/jigdo/>
9Debian CD images via jigdo: <http://www.debian.org/CD/jigdo-cd/>
10                            <richard@
11Written by Richard Atterer:  atterer.net>
12
13----------------------------------------------------------------------
14
15To build the programs, execute:
16    ./configure && make
17
18(If no file named "configure" is present in this directory, you have
19downloaded a jigdo CVS snapshot. Have a look at the "bootstrapping"
20section in doc/Hacking.txt.)
21
22After a successful build, you can install the program (by default into
23/usr/local) with
24
25   make install
26
27To build Debian packages (.deb) from the sources, execute:
28    deb/rules
29
30To build an RPM package (.rpm) from the sources, execute:
31    rpmbuild -ta jigdo-x.y.z.tar.bz2
32
33To build a .tar.bz2 with docs and statically linked binaries, execute:
34    ./configure && make bindist
35
36Apart from the usual options (see "./configure --help"), the configure
37script also recognizes the following options:
38  --without-libdb         Don't use libdb3 (it's necessary for jigdo-file's cache)
39  --with-gui              Build the jigdo GTK+ GUI application [auto]
40  --with-uint64=TYPE      Specify unsigned type of at least 64 bits [auto]
41                          (Replace spaces with underscores in TYPE)
42  --disable-nls           Disable multi-language support
43  --enable-debug          Compile in lots of additional debugging code
44  --disable-libwww-hacks  Don't compile fixed versions of some libwww
45                          code (Try this if you see link errors/crashes)
46
47----------------------------------------------------------------------
48
49Authors:
50
51Richard Atterer is the main jigdo author.
52Other contributors:
53
54- Paul Bolle made the jigdo.spec (based on an earlier version by Alexander
55  Skwar)
56- Peter Jay Salzman <p dirac.org> maintains the Debian jigdo mini HOWTO
57- Jochen Hepp <jochen.hepp gmx.de>: jigdo-file patches
58- Anne Bezemer <J.A.Bezemer opensourcepartners.nl>:
59  Some code snippets in the jigdo-lite script
60
61jigdo uses some code written by other people:
62
63- Free Software Foundation, Inc.:
64  Library routines. [Files: glibc-*]
65- James Henstdridge <james at daa.com.au>:
66  Code for integration of glib and libwww. [Files: glibwww-*]
67- Damon Chaplin <damon at helixcode.com> and
68  Martijn van Beers <martijn at earthling.net>:
69  Support code for the GUI, generated by Glade. [File: gtk-support.cc]
70
71----------------------------------------------------------------------
72
73Copyright (C) 2001-2006  |  richard@
74Richard Atterer          |  atterer.net
75
76  This program is free software; you can redistribute it and/or modify
77  it under the terms of the GNU General Public License, version 2, as
78  published by the Free Software Foundation.
79
80  This program is distributed in the hope that it will be useful, but
81  WITHOUT ANY WARRANTY; without even the implied warranty of
82  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
83  General Public License for more details.
84
85  In addition, as a special exception, the author gives permission to
86  link the jigdo code with the OpenSSL project's "OpenSSL" library (or
87  with modified versions of it that use the same license as the
88  "OpenSSL" library), and to distribute the linked executables. You
89  must obey the GNU General Public License in all respects for all of
90  the code used other than "OpenSSL". If you modify any jigdo source
91  file, you may extend this exception to your version of the file, but
92  you are not obliged to do so. If you do not wish to do so, delete
93  this exception statement from your version.
94
95Please note: The copyright notice in the file COPYING only applies to
96the text of the GNU General Public License; the copyright of the
97individual source files is as specified at the top of each file and
98above. Also note that the code is licensed under GPL _version_2_ and
99no other version. Special licensing for my (RA's) code is available on
100request.
101