Blame README

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