diff options
| author | Juanma Barranquero | 2009-12-28 16:24:26 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2009-12-28 16:24:26 +0100 |
| commit | 6d96d18fcfacb795a970e6978354d76603f08ee3 (patch) | |
| tree | c1385335b0b2d17b2031c449f4eb759bff662cd7 | |
| parent | 90412b21b1aec0ab1ba88632c7f932f56e3fc554 (diff) | |
| download | emacs-6d96d18fcfacb795a970e6978354d76603f08ee3.tar.gz emacs-6d96d18fcfacb795a970e6978354d76603f08ee3.zip | |
INSTALL: Remove obsolete notes about line endings, and fix some typos.
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/INSTALL | 31 |
2 files changed, 7 insertions, 28 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index aea9ff50cd0..12c952722ec 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-12-28 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * INSTALL: Remove obsolete notes about line endings, and fix some typos. | ||
| 4 | |||
| 1 | 2009-12-27 Karl Fogel <kfogel@red-bean.com> | 5 | 2009-12-27 Karl Fogel <kfogel@red-bean.com> |
| 2 | 6 | ||
| 3 | * INSTALL: Update for CVS->Bazaar switchover. | 7 | * INSTALL: Update for CVS->Bazaar switchover. |
diff --git a/nt/INSTALL b/nt/INSTALL index b28e642885c..66022670981 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -90,32 +90,6 @@ | |||
| 90 | directories, etc. We suggest to use djtarnt.exe from the GNU FTP | 90 | directories, etc. We suggest to use djtarnt.exe from the GNU FTP |
| 91 | site. | 91 | site. |
| 92 | 92 | ||
| 93 | If you are building out of Bazaar, then some files in this directory | ||
| 94 | (.bat files, nmake.defs and makefile.w32-in) may need the line-ends | ||
| 95 | fixing first. The easiest way to do this and avoid future conflicts | ||
| 96 | is to run the following command in this (emacs/nt) directory: | ||
| 97 | |||
| 98 | ### FIXME: Not sure if Bazaar needs line-ending fixing the ### | ||
| 99 | ### way CVS did. Will someone who knows please update this? ### | ||
| 100 | |||
| 101 | Alternatively, use programs that convert end-of-line format, such as | ||
| 102 | dos2unix and unix2dos available from GnuWin32 or dtou and utod from | ||
| 103 | the DJGPP project. | ||
| 104 | |||
| 105 | Additionally, the files lisp/international/uni-*.el and | ||
| 106 | lisp/ldefs-boot.el need Unix line ends due to some embedded ^M | ||
| 107 | characters that are not at the end of the line. So in the | ||
| 108 | lisp/international directory you should run the following command, or | ||
| 109 | use dos2unix on those files. | ||
| 110 | |||
| 111 | ### FIXME: Not sure if Bazaar needs line-ending fixing the ### | ||
| 112 | ### way CVS did. Will someone who knows please update this? ### | ||
| 113 | |||
| 114 | and in the lisp directory, use the command: | ||
| 115 | |||
| 116 | ### FIXME: Not sure if Bazaar needs line-ending fixing the ### | ||
| 117 | ### way CVS did. Will someone who knows please update this? ### | ||
| 118 | |||
| 119 | In addition to this file, you should also read INSTALL.BZR in the | 93 | In addition to this file, you should also read INSTALL.BZR in the |
| 120 | parent directory, and make sure that you have a version of | 94 | parent directory, and make sure that you have a version of |
| 121 | "touch.exe" in your path, and that it will create files that do not | 95 | "touch.exe" in your path, and that it will create files that do not |
| @@ -146,11 +120,11 @@ | |||
| 146 | If you use the MinGW port of GCC and GNU Make to build Emacs, there | 120 | If you use the MinGW port of GCC and GNU Make to build Emacs, there |
| 147 | are some compatibility issues wrt Make and the shell that is run by | 121 | are some compatibility issues wrt Make and the shell that is run by |
| 148 | Make, either the standard COMMAND.COM/CMD.EXE supplied with Windows | 122 | Make, either the standard COMMAND.COM/CMD.EXE supplied with Windows |
| 149 | or sh.exe., a port of a Unixy shell. For reference, below is a list | 123 | or sh.exe, a port of a Unixy shell. For reference, below is a list |
| 150 | of which builds of GNU Make are known to work or not, and whether | 124 | of which builds of GNU Make are known to work or not, and whether |
| 151 | they work in the presence and/or absence of sh.exe, the Cygwin port | 125 | they work in the presence and/or absence of sh.exe, the Cygwin port |
| 152 | of Bash. Note that any version of Make that is compiled with Cygwin | 126 | of Bash. Note that any version of Make that is compiled with Cygwin |
| 153 | will only work with Cygwin tools, due to the use of cygwin style | 127 | will only work with Cygwin tools, due to the use of Cygwin style |
| 154 | paths. This means Cygwin Make is unsuitable for building parts of | 128 | paths. This means Cygwin Make is unsuitable for building parts of |
| 155 | Emacs that need to invoke Emacs itself (leim and "make bootstrap", | 129 | Emacs that need to invoke Emacs itself (leim and "make bootstrap", |
| 156 | for example). Also see the Trouble-shooting section below if you | 130 | for example). Also see the Trouble-shooting section below if you |
| @@ -263,6 +237,7 @@ | |||
| 263 | In addition to its "native" image formats (pbm and xbm), Emacs can | 237 | In addition to its "native" image formats (pbm and xbm), Emacs can |
| 264 | handle other image types: xpm, tiff, gif, png, jpeg and experimental | 238 | handle other image types: xpm, tiff, gif, png, jpeg and experimental |
| 265 | support for svg. | 239 | support for svg. |
| 240 | |||
| 266 | To build Emacs with support for them, the corresponding headers must | 241 | To build Emacs with support for them, the corresponding headers must |
| 267 | be in the include path when the configure script is run. This can | 242 | be in the include path when the configure script is run. This can |
| 268 | be setup using environment variables, or by specifying --cflags | 243 | be setup using environment variables, or by specifying --cflags |