Blame README

Packit 33f14e
README for GNU DIFF
Packit 33f14e
Packit 33f14e
This directory contains the GNU diff, diff3, sdiff, and cmp utilities.
Packit 33f14e
Their features are a superset of the Unix features and they are
Packit 33f14e
significantly faster.
Packit 33f14e
Packit 33f14e
Please see the file COPYING for copying conditions.
Packit 33f14e
Packit 33f14e
Please see the file doc/version.texi for version information.
Packit 33f14e
Packit 33f14e
Please see the file doc/diffutils.texi (or doc/diffutils.info) for
Packit 33f14e
documentation that can be printed with TeX, or read with the 'info'
Packit 33f14e
program or with Emacs's 'M-x info'.  Brief man pages are in man/*,
Packit 33f14e
but they are no substitute for the documentation.
Packit 33f14e
Packit 33f14e
Please see the file ABOUT-NLS for notes about translations.
Packit 33f14e
Packit 33f14e
Please see the file INSTALL for generic compilation and installation
Packit 33f14e
instructions.  Briefly, you can run "./configure; make install".  The
Packit 33f14e
command "./configure --help" lists the supported --enable and --with
Packit 33f14e
options.
Packit 33f14e
Packit 33f14e
If you have a problem with internationalization, you might be able to
Packit 33f14e
work around it as described in ABOUT-NLS by invoking './configure
Packit 33f14e
--disable-nls'.  Many of the problems arise from dynamic linking
Packit 33f14e
issues on non-GNU platforms (e.g. with the iconv library).  Such
Packit 33f14e
problems tend to be shared by other GNU applications on these
Packit 33f14e
platforms, and can usually be fixed by carefully tweaking your non-GNU
Packit 33f14e
installation.  If you have an older version of libiconv, please
Packit 33f14e
upgrade to the latest one; see <ftp://ftp.gnu.org/gnu/libiconv/>.  If
Packit 33f14e
the problem seems isolated to diffutils, though, please report a bug.
Packit 33f14e
Packit 33f14e
This program requires a Standard C compiler (C89 or later).  If you
Packit 33f14e
have a nonstandard compiler, please install GCC first.
Packit 33f14e
Packit 33f14e
If you make changes to the source code, you may need appropriate
Packit 33f14e
versions of GNU build tools to regenerate the intermediate files.  The
Packit 33f14e
following versions were used to generate the intermediate files in
Packit 33f14e
this distribution:
Packit 33f14e
Packit 33f14e
* Autoconf 2.59   <ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.gz>
Packit 33f14e
* Automake 1.8.3  <ftp://ftp.gnu.org/gnu/automake/automake-1.8.3.tar.gz>
Packit 33f14e
* gettext 0.14.1  <ftp://ftp.gnu.org/gnu/gettext/gettext-0.14.1.tar.gz>
Packit 33f14e
* help2man 1.33   <ftp://ftp.gnu.org/gnu/help2man/help2man-1.33.1.tar.gz>
Packit 33f14e
* Texinfo 4.7     <ftp://ftp.gnu.org/gnu/texinfo/texinfo-4.7.tar.gz>
Packit 33f14e
Packit 33f14e
For any copyright year range specified as YYYY-ZZZZ in this package
Packit 33f14e
note that the range specifies every single year in that closed interval.
Packit 33f14e
Packit 33f14e
Please report bugs to <bug-diffutils@gnu.org>.
Packit 33f14e
Packit 33f14e
-----
Packit 33f14e
Packit 33f14e
Copyright (C) 1992, 1998, 2001-2002, 2004, 2009-2013, 2015-2017 Free Software
Packit 33f14e
Foundation, Inc.
Packit 33f14e
Packit 33f14e
This file is part of GNU Diffutils.
Packit 33f14e
Packit 33f14e
Permission is granted to copy, distribute and/or modify this document
Packit 33f14e
under the terms of the GNU Free Documentation License, Version 1.3 or
Packit 33f14e
any later version published by the Free Software Foundation; with no
Packit 33f14e
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Packit 33f14e
Texts.  A copy of the license is included in the "GNU Free
Packit 33f14e
Documentation License" file as part of this distribution.