summaryrefslogtreecommitdiff
path: root/ms/README
blob: 93a90746d7cd80a8dcb27e02336aaf653a1674d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
This directory contains files required to build GNU Diffutils on
MS_DOS and MS-Windows using the DJGPP tools.

To build Diffutils, you will need the following packages:

    . the basic DJGPP development kit: GCC, Binutils, and djdevNNN.zip
    . a DJGPP port of Bash (bsh204b.zip)
    . GNU Fileutils (fil40b.zip)
    . GNU Textutils (txt20b.zip)
    . GNU Sh-utils (shl112b.zip)
    . GNU Grep (grep24b.zip)
    . GNU Awk (gwk306b.zip)
    . GNU Sed (sed302b.zip)
    . GNU Make (mak3791b.zip)

The package names in parentheses indicate the oldest version which
should work; newer versions are okay.  All those packages can be found
on the usual DJGPP sites, in the v2gnu directory.  Please see
<http://www.delorie.com/djgpp/getting.html> for a list of DJGPP sites.

The source distribution of Diffutils you find on DJGPP sites comes
preconfigured for the latest officially released version of the DJGPP
library, and without NLS support.  If that is what you have installed,
and if you don't need NLS support in Diffutils, you don't need to run
the configure script; proceed directly to the "make" step below.

If you are building the official GNU distribution, or your library is
not the latest official release, or if you modified your headers or
installed optional libraries, or if you want to have NLS support in
Diffutils, you will have to reconfigure the package.  To this end,
after unpacking the sources, chdir to the top-level directory created
by unpacking, and type this command:

   ms\config [nls]

The "nls" option, if given, will configure the package for NLS
support.

This will run for a while and create the Makefile's and the config.h
header file.

Next type "make"; this will build the programs.

To install the package, type "make install".

That's it!

-----
Copyright (C) 2001, 2009-2012 Free Software Foundation, Inc.

This file is part of GNU DIFF.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.