Mercurial > emacs
comparison admin/nt/README-ftp-server @ 103267:713705a2957d
Updated for new pretest
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 20 May 2009 12:57:47 +0000 |
parents | 8f67158fe544 |
children | 1543d68c2ba9 |
comparison
equal
deleted
inserted
replaced
103266:3b62b3b15bfe | 103267:713705a2957d |
---|---|
3 See the end of the file for license conditions. | 3 See the end of the file for license conditions. |
4 | 4 |
5 Precompiled Distributions of | 5 Precompiled Distributions of |
6 Emacs for Windows | 6 Emacs for Windows |
7 | 7 |
8 Version 23.0.93 | 8 Version 23.0.94 |
9 | 9 |
10 May 1, 2009 | 10 May 20, 2009 |
11 | 11 |
12 This directory contains precompiled distributions for GNU Emacs on | 12 This directory contains precompiled distributions for GNU Emacs on |
13 Windows (versions before Windows 95 and NT4 are not supported). | 13 Windows (versions before Windows 95 and NT4 are not supported). |
14 This port is a part of the standard GNU Emacs distribution from the | 14 This port is a part of the standard GNU Emacs distribution from the |
15 Free Software Foundation; the precompiled distributions are provided | 15 Free Software Foundation; the precompiled distributions are provided |
16 here for convenience since the majority of Windows users are not | 16 here for convenience since the majority of Windows users are not |
17 accustomed to compiling programs themselves. Corresponding source | 17 accustomed to compiling programs themselves. Corresponding source |
18 can be found in the parent directory in emacs-23.0.93.tar.gz. | 18 can be found in the parent directory in emacs-23.0.94.tar.gz. |
19 | 19 |
20 If you have access to the World Wide Web, I would recommend pointing | 20 If you have access to the World Wide Web, I would recommend pointing |
21 your favorite web browser to the following document (if you haven't | 21 your favorite web browser to the following document (if you haven't |
22 already): | 22 already): |
23 | 23 |
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-23.0.93-bin-i386.tar.gz file from this directory on | 30 if you put the emacs-23.0.94-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-23.0.93.tar.gz). | 32 the SAME version (i.e. ../emacs-23.0.94.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 |
38 | 38 |
39 * Files in this directory | 39 * Files in this directory |
40 | 40 |
41 + emacs-23.0.93-bin-i386.zip | 41 + emacs-23.0.94-bin-i386.zip |
42 Windows binaries of Emacs-23.0.93, with all lisp code and documentation | 42 Windows binaries of Emacs-23.0.94, with all lisp code and documentation |
43 included. | 43 included. |
44 | 44 |
45 Download this file if you want a single installation package, and | 45 Download this file if you want a single installation package, and |
46 are not interested in the C source code for Emacs. After | 46 are not interested in the C source code for Emacs. After |
47 unpacking, you can optionally run the file bin/addpm.exe to have | 47 unpacking, you can optionally run the file bin/addpm.exe to have |
48 Emacs add icons to the Start Menu. | 48 Emacs add icons to the Start Menu. |
49 | 49 |
50 If you need the C source code at a later date, it will be safe to | 50 If you need the C source code at a later date, it will be safe to |
51 unpack the source distribution on top of this installation. | 51 unpack the source distribution on top of this installation. |
52 | 52 |
53 + emacs-23.0.93-barebin-i386.zip | 53 + emacs-23.0.94-barebin-i386.zip |
54 Windows binaries of Emacs-23.0.93, without lisp code or documentation. | 54 Windows binaries of Emacs-23.0.94, without lisp code or documentation. |
55 | 55 |
56 Download this file if you already have the source distribution. | 56 Download this file if you already have the source distribution. |
57 | 57 |
58 Unpack this over the top of the source distribution. It contains the | 58 Unpack this over the top of the source distribution. It contains the |
59 bin subdirectory and etc/DOC file. | 59 bin subdirectory and etc/DOC file. |
61 + libxpm-3.5.7-w32-src.zip | 61 + libxpm-3.5.7-w32-src.zip |
62 Source code required to compile libXpm-3.5.7 on Windows. Contains | 62 Source code required to compile libXpm-3.5.7 on Windows. Contains |
63 a basic Makefile for compiling with mingw32 and a .def file for | 63 a basic Makefile for compiling with mingw32 and a .def file for |
64 generating a DLL with the appropriate exports in addition to the | 64 generating a DLL with the appropriate exports in addition to the |
65 source code to provide the subset of functionality Emacs uses from | 65 source code to provide the subset of functionality Emacs uses from |
66 libXpm. This corresponds to the libXpm.dll in emacs-23.0.93-bin-i386.zip | 66 libXpm. This corresponds to the libXpm.dll in emacs-23.0.94-bin-i386.zip |
67 and emacs-23.0.93-barebin-i386.zip. | 67 and emacs-23.0.94-barebin-i386.zip. |
68 | 68 |
69 * Image support | 69 * Image support |
70 | 70 |
71 Emacs 23.0.93 contains support for images, however for most image formats | 71 Emacs 23.0.94 contains support for images, however for most image formats |
72 supporting libraries are required. This distribution has been tested | 72 supporting libraries are required. This distribution has been tested |
73 with the libraries that are distributed with GTK for Windows, and the | 73 with the libraries that are distributed with GTK for Windows, and the |
74 libraries found at http://gnuwin32.sourceforge.net/. The following image | 74 libraries found at http://gnuwin32.sourceforge.net/. The following image |
75 formats are supported: | 75 formats are supported: |
76 | 76 |
226 http://www.gnu.org/software/emacs/windows/ntemacs.html | 226 http://www.gnu.org/software/emacs/windows/ntemacs.html |
227 | 227 |
228 This document serves as an FAQ and a source for further information | 228 This document serves as an FAQ and a source for further information |
229 about the Windows port and related software packages. Note that as | 229 about the Windows port and related software packages. Note that as |
230 most of the information in that FAQ is for earlier versions, so some | 230 most of the information in that FAQ is for earlier versions, so some |
231 information may not be relevant to Emacs-23.0.93. | 231 information may not be relevant to Emacs-23.0.94. |
232 | 232 |
233 In addition to the FAQ, there is a mailing list for discussing issues | 233 In addition to the FAQ, there is a mailing list for discussing issues |
234 related to the Windows port of Emacs. For information about the | 234 related to the Windows port of Emacs. For information about the |
235 list, see this Web page: | 235 list, see this Web page: |
236 | 236 |