Mercurial > emacs
comparison admin/nt/README-ftp-server @ 50665:c5452f417c65
Update wording and version number etc.
Add extra instructions for installing multi-file .zip
distribution.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Tue, 22 Apr 2003 12:11:48 +0000 |
parents | 23a1cea22d13 |
children | 296901e2dded |
comparison
equal
deleted
inserted
replaced
50664:12c610626e32 | 50665:c5452f417c65 |
---|---|
1 Precompiled Distributions of | 1 Precompiled Distributions of |
2 Emacs for Windows NT and Windows 95/98/2000 | 2 Emacs for Windows |
3 | 3 |
4 Version 20.7 | 4 Version 21.3 |
5 | 5 |
6 June 13, 2000 | 6 April 22, 2003 |
7 | 7 |
8 This directory contains source and precompiled distributions for GNU | 8 This directory contains source and precompiled distributions for GNU |
9 Emacs on Windows NT and Windows 95/98/2000. This port is a part of | 9 Emacs on Windows NT/2000/XP and Windows 95/98/Me. This port is a part |
10 the standard GNU Emacs distribution from the Free Software Foundation; | 10 of the standard GNU Emacs distribution from the Free Software |
11 the precompiled distributions are provided here for convenience since, | 11 Foundation; the precompiled distributions are provided here for |
12 unlike Unix, the majority of Windows users do not have access to a | 12 convenience since, unlike Unix, the majority of Windows users do not |
13 compiler (and, besides, do you really want to compile Emacs when you | 13 have access to a compiler (and, besides, do you really want to compile |
14 don't have to?). | 14 Emacs when you don't have to?). |
15 | 15 |
16 If you have access to the World Wide Web, I would recommend pointing | 16 If you have access to the World Wide Web, I would recommend pointing |
17 your favorite web browser to the following document (if you haven't | 17 your favorite web browser to the following document (if you haven't |
18 already): | 18 already): |
19 | 19 |
25 | 25 |
26 * IMPORTANT LEGAL REMINDER | 26 * IMPORTANT LEGAL REMINDER |
27 | 27 |
28 If you want to redistribute any of the precompiled distributions of | 28 If you want to redistribute any of the precompiled distributions of |
29 Emacs, be careful to check the implications of the GPL. For instance, | 29 Emacs, be careful to check the implications of the GPL. For instance, |
30 if you put the emacs-20.7-bin-i386.tar.gz file from this directory on | 30 if you put the emacs-21.3-bin-i386.tar.gz file from this directory on |
31 an Internet site, you must arrange to distribute the source files of | 31 an Internet site, you must arrange to distribute the source files of |
32 the SAME version (i.e. emacs-20.7-src.tar.gz). | 32 the SAME version (i.e. emacs-21.3-src.tar.gz). |
33 | 33 |
34 Making a link to our copy of the source is NOT sufficient, since we | 34 Making a link to our copy of the source is NOT sufficient, since we |
35 might upgrade to a new version while you are still distributing the | 35 might upgrade to a new version while you are still distributing the |
36 old binaries. | 36 old binaries. |
37 | 37 |
47 name indicates a tarball contains executables compiled for | 47 name indicates a tarball contains executables compiled for |
48 Intel-compatible x86 systems): | 48 Intel-compatible x86 systems): |
49 | 49 |
50 + Primary precompiled distribution, including lisp source: | 50 + Primary precompiled distribution, including lisp source: |
51 | 51 |
52 emacs-20.7-fullbin-i386.tar.gz | 52 emacs-21.3-fullbin-i386.tar.gz |
53 | 53 |
54 + Minimal precompiled distribution, which excludes lisp source: | 54 + Minimal precompiled distribution, which excludes lisp source: |
55 | 55 |
56 emacs-20.7-bin-i386.tar.gz | 56 emacs-21.3-bin-i386.tar.gz |
57 | 57 |
58 You can download emacs-20.7-lisp.tar.gz to get the lisp source, if | 58 You can download emacs-21.3-lisp.tar.gz to get the lisp source, if |
59 you later decide you want it - it is useful for understanding how | 59 you later decide you want it - it is useful for understanding how |
60 packages work, and how they can best be setup or customized. | 60 packages work, and how they can best be setup or customized. |
61 | 61 |
62 | 62 |
63 NB. If you just want to run Emacs, get one of the distributions above. | 63 NB. If you just want to run Emacs, get one of the distributions above. |
64 | 64 |
65 | 65 |
66 + Bare executables, only useful if you want to get the complete source | 66 + Bare executables, only useful if you want to get the complete source |
67 release below, but can't compile Emacs yourself: | 67 release below, but can't compile Emacs yourself: |
68 | 68 |
69 emacs-20.7-barebin-i386.tar.gz (requires emacs-20.7-src.tar.gz) | 69 emacs-21.3-barebin-i386.tar.gz (requires emacs-21.3-src.tar.gz) |
70 | 70 |
71 + Undumped executable, only needed for rebuilding Emacs after changing | 71 + Undumped executable, only needed for rebuilding Emacs after changing |
72 certain core lisp files: | 72 certain core lisp files: |
73 | 73 |
74 emacs-20.7-undumped-i386.tar.gz | 74 emacs-21.3-undumped-i386.tar.gz |
75 | 75 |
76 + Optional package providing the Library of Emacs Input Methods for | 76 + Optional package providing the Library of Emacs Input Methods for |
77 typing non-ascii characters, notably Chinese, Japanese and Korean, | 77 typing non-ascii characters, notably Chinese, Japanese and Korean, |
78 but also including European and other character sets: | 78 but also including European and other character sets: |
79 | 79 |
80 emacs-20.7-leim.tar.gz | 80 emacs-21.3-leim.tar.gz |
81 | 81 |
82 + The complete official source for Emacs: | 82 + The complete official source for Emacs: |
83 | 83 |
84 emacs-20.7-src.tar.gz | 84 emacs-21.3-src.tar.gz |
85 | 85 |
86 + The complete official source for LEIM: | 86 + The complete official source for LEIM: |
87 | 87 |
88 leim-20.7-src.tar.gz | 88 leim-21.3-src.tar.gz |
89 | 89 |
90 | 90 |
91 * Distributions in multi-file .zip format | 91 * Distributions in multi-file .zip format |
92 | 92 |
93 A second distribution in the form of multiple small .zip files is also | 93 A second distribution in the form of multiple small .zip files is also |
94 provided, for the benefit of people who have unreliable internet | 94 provided, for the benefit of people who have unreliable internet |
95 connections, or who need to copy the distribution onto floppy disks: | 95 connections, or who need to copy the distribution onto floppy disks: |
96 | 96 |
97 em207-b*.zip | 97 em213b*.zip |
98 | 98 |
99 This is equivalent to getting emacs-20.7-bin-i386.tar.gz above. | 99 This is equivalent to getting emacs-21.3-bin-i386.tar.gz above. |
100 The lisp source is available as em207-l*.zip. | 100 The lisp source is available as em213l*.zip. |
101 | 101 |
102 | 102 |
103 * Distributions for non-x86 platforms | 103 * Distributions for non-x86 platforms |
104 | 104 |
105 I try to make this port available for all platforms supported by | 105 I try to make this port available for all platforms supported by |
114 | 114 |
115 | 115 |
116 * Unpacking distributions | 116 * Unpacking distributions |
117 | 117 |
118 Programs for handling the distribution file formats can be found in | 118 Programs for handling the distribution file formats can be found in |
119 the utilities directory: | 119 the utilities directory: |
120 | 120 |
121 ftp://ftp.gnu.org/gnu/windows/emacs/utilities | 121 ftp://ftp.gnu.org/gnu/windows/emacs/utilities |
122 | 122 |
123 For gzipped tar files, you will need either gunzip.exe and tar.exe | 123 For gzipped tar files, you will need either gunzip.exe and tar.exe |
124 together, or djtarnt.exe. djtarnt.exe can also unpack .zip files. I | 124 together, or djtarnt.exe. djtarnt.exe can also unpack .zip files. I |
162 bin etc info lisp lock site-lisp | 162 bin etc info lisp lock site-lisp |
163 | 163 |
164 If your utility failed to create the lock directory, then you can | 164 If your utility failed to create the lock directory, then you can |
165 simply create it by hand (it is initially empty). | 165 simply create it by hand (it is initially empty). |
166 | 166 |
167 One final step is needed only when installing from the multi-file .zip | |
168 distribution, in order to recreate emacs.exe from its fragments (it is | |
169 too big to fit on a floppy even when zipped): | |
170 | |
171 % cd emacs-21.3\bin | |
172 % stitch | |
173 | |
167 | 174 |
168 * Unpacking with other tools | 175 * Unpacking with other tools |
169 | 176 |
170 If you do use other utility programs to unpack the distribution, check | 177 If you do use other utility programs to unpack the distribution, check |
171 the following to be sure the distribution was not corrupted: | 178 the following to be sure the distribution was not corrupted: |
196 * Compiling from source | 203 * Compiling from source |
197 | 204 |
198 If you would like to compile Emacs from source, download the source | 205 If you would like to compile Emacs from source, download the source |
199 distribution, unpack it in the same manner as a precompiled | 206 distribution, unpack it in the same manner as a precompiled |
200 distribution, and look in the file nt/INSTALL for detailed directions. | 207 distribution, and look in the file nt/INSTALL for detailed directions. |
201 Note, though, that you must have a Microsoft compiler to compile the | 208 You can either use the Microsoft compiler included with Visual C++, or |
202 source. (Support for compiling with gcc 2.95 or later will be | 209 GCC 2.95 or later with MinGW support, to compile the source. The port |
203 available in a future release.) | 210 of GCC included in Cygwin is supported, but check the nt/INSTALL file |
211 if you have trouble since some builds of GNU make aren't supported. | |
204 | 212 |
205 | 213 |
206 * Further information | 214 * Further information |
207 | 215 |
208 There is a web page that serves as a FAQ at: | 216 If you have access to the World Wide Web, I would recommend pointing |
217 your favorite web browser to following the document (if you haven't | |
218 already): | |
209 | 219 |
210 http://www.gnu.org/software/emacs/windows/ntemacs.html | 220 http://www.gnu.org/software/emacs/windows/ntemacs.html |
211 | 221 |
212 There is also a mailing list for discussing issues related to this | 222 This document serves as an FAQ and a source for further information |
213 port of Emacs. For information about the list, send a message to | 223 about the Windows port and related software packages. |
214 ntemacs-users-request@cs.washington.edu with the word "info" in the | 224 |
215 *body* of the message. To subscribe to the list, send a message to | 225 In addition to the FAQ, there is a mailing list for discussing issues |
216 the same address with the word "subscribe" in the body of the message; | 226 related to the Windows port of Emacs. For information about the |
217 similarly, to unsubscribe from the list, send a message with the word | 227 list, see this Web page: |
218 "unsubscribe" in the message body. | 228 |
229 http://mail.gnu.org/mailman/listinfo/help-emacs-windows | |
230 | |
231 To ask questions on the mailing list, send email to | |
232 help-emacs-windows@gnu.org. (You don't need to subscribe for that.) | |
233 To subscribe to the list or unsubscribe from it, fill the form you | |
234 find at http://mail.gnu.org/mailman/listinfo/help-emacs-windows as | |
235 explained there. | |
219 | 236 |
220 Another valuable source of information and help which should not be | 237 Another valuable source of information and help which should not be |
221 overlooked is the various Usenet news groups dedicated to Emacs. | 238 overlooked is the various Usenet news groups dedicated to Emacs. |
222 These are particuarly good for help with general issues which aren't | 239 These are particuarly good for help with general issues which aren't |
223 specific to the Windows port of Emacs. The main news groups to use | 240 specific to the Windows port of Emacs. The main news groups to use |
229 There are also fairly regular postings and announcements of new or | 246 There are also fairly regular postings and announcements of new or |
230 updated Emacs packages on this group: | 247 updated Emacs packages on this group: |
231 | 248 |
232 gnu.emacs.sources | 249 gnu.emacs.sources |
233 | 250 |
234 You are also always welcome to send me mail directly. If you don't | |
235 hear from me immediately, however, don't worry; it sometimes takes me | |
236 a few days (or longer) to get to all of my mail regarding Emacs. | |
237 | |
238 Enjoy! | 251 Enjoy! |
239 | 252 |
240 Andrew Innes | 253 Andrew Innes |
241 (andrewi@gnu.org) | 254 (andrewi@gnu.org) |