?? readme
字號:
This directory contains files required to build GNU Diffutils onMS_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 whichshould work; newer versions are okay. All those packages can be foundon 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 comespreconfigured for the latest officially released version of the DJGPPlibrary, 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 runthe configure script; proceed directly to the "make" step below.If you are building the official GNU distribution, or your library isnot the latest official release, or if you modified your headers orinstalled optional libraries, or if you want to have NLS support inDiffutils, you will have to reconfigure the package. To this end,after unpacking the sources, chdir to the top-level directory createdby unpacking, and type this command: ms\config [nls]The "nls" option, if given, will configure the package for NLSsupport.This will run for a while and create the Makefile's and the config.hheader file.Next type "make"; this will build the programs.To install the package, type "make install".That's it!-----Copyright (C) 2001 Free Software Foundation, Inc.This file is part of GNU DIFF.GNU DIFF is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2, or (at your option)any later version.GNU DIFF is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with tar; see the file COPYING. If not, write tothe Free Software Foundation, Inc., 59 Temple Place - Suite 330,Boston, MA 02111-1307, USA.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -