aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2007-06-03 20:19:14 +0000
committerJason Rumney2007-06-03 20:19:14 +0000
commita7ebea8baf1b3b592479d6cb0dbca3b2c295d083 (patch)
tree94ca94afe2845797f0592ee453483445059e362d
parent72a698741eab8cbcef1ecfd72fcdd1add654abfd (diff)
downloademacs-a7ebea8baf1b3b592479d6cb0dbca3b2c295d083.tar.gz
emacs-a7ebea8baf1b3b592479d6cb0dbca3b2c295d083.zip
Changes suggested by Eli to clarify the purpose of the various files,
including 21.3. Add notes on obtaining image support.
-rw-r--r--admin/nt/README-ftp-server90
1 files changed, 71 insertions, 19 deletions
diff --git a/admin/nt/README-ftp-server b/admin/nt/README-ftp-server
index 53a06c3d80a..6b437eb2f1e 100644
--- a/admin/nt/README-ftp-server
+++ b/admin/nt/README-ftp-server
@@ -35,6 +35,72 @@
35 old binaries. 35 old binaries.
36 36
37 37
38* Files in this directory
39
40 + emacs-22.1-bin-i386.zip
41 Windows binaries of Emacs-22.1, with all lisp code and documentation
42 included.
43
44 Download this file if you want a single installation package, and
45 are not interested in the C source code for Emacs. After
46 unpacking, you can optionally run the file bin/addpm.exe to have
47 Emacs add icons to the Start Menu.
48
49 If you need the C source code at a later date, it will be safe to
50 unpack the source distribution on top of this installation.
51
52 + emacs-22.1-barebin-i386.zip
53 Windows binaries of Emacs-22.1, without lisp code or documentation.
54
55 Download this file if you already have the source distribution, or
56 if you need to redump the emacs.exe executable.
57
58 Unpack this over the top of either the source distribution or the
59 bin distribution above. It contains the bin subdirectory and etc/DOC
60 file, plus temacs.exe and dump.bat, which are required if you want to
61 redump emacs without recompiling it.
62
63 + emacs-21.3-bin-i386.tar.gz
64 Windows binaries of Emacs 21.3, with compiled lisp code and some
65 documentation included.
66
67 This is provided for users who require the older version.
68
69 + emacs-21.3-leim.tar.gz
70 Compiled lisp input methods. This optional addition to Emacs-21.3
71 is required if you want to enter languages that are not directly
72 supported by your keyboard.
73
74* Image support
75
76 Emacs 22.1 contains support for images, however for most image formats
77 supporting libraries are required. This distribution has been tested
78 with the libraries that are distributed with GTK for Windows, and the
79 libraries found at http://gnuwin32.sourceforge.net/. The following image
80 formats are supported:
81
82 PBM/PGM/PPM: Supported natively by Emacs. This format is used for
83 the black and white versions of the toolbar icons.
84
85 XPM: requires a Windows port of the XPM library 3.4 or later,
86 which will be named xpm4.dll, libxpm-nox4.dll or
87 libxpm.dll. This format is used for the color versions of the
88 toolbar icons, and other images in Emacs.
89
90 PNG: requires the PNG reference library 1.2 or later, which will
91 be named libpng13d.dll, libpng13.dll, libpng12d.dll, libpng12.dll
92 or libpng.dll. LibPNG requires zlib, which should come from the same
93 source as you got libpng.
94
95 JPEG: requires the Independant JPEG Group's libjpeg 6b or later,
96 which will be called jpeg62.dll, libjpeg.dll, jpeg-62.dll or jpeg.dll.
97
98 TIFF: requires libTIFF 3.0 or later, which will be called libtiff3.dll
99 or libtiff.dll.
100
101 GIF: requires libungif or giflib 4.1 or later, which will be
102 called giflib4.dll, libungif4.dll or libungif.dll.
103
38* Distributions in .tar.gz and .zip format 104* Distributions in .tar.gz and .zip format
39 105
40 Emacs is distributed primarily as source code in a large gzipped tar file 106 Emacs is distributed primarily as source code in a large gzipped tar file
@@ -46,23 +112,6 @@
46 but since there are no longer legal problems with .zip files, and the 112 but since there are no longer legal problems with .zip files, and the
47 latest versions of Windows support these natively, the Windows binaries 113 latest versions of Windows support these natively, the Windows binaries
48 of Emacs are now distributed as .zip files. 114 of Emacs are now distributed as .zip files.
49 Here are the combinations (i386 in the name indicates a zipfile contains
50 executables compiled for Intel-compatible x86 systems):
51
52 + Primary precompiled distribution, including lisp source:
53
54 emacs-22.1-bin-i386.zip
55
56 NB. If you just want to run Emacs, get one of the distributions above.
57
58 + Bare executables, useful if you want to get the complete source
59 release, but can't compile Emacs yourself:
60
61 emacs-22.1-barebin-i386.zip (requires ../emacs-22.1.tar.gz)
62
63 + The complete official source for Emacs:
64
65 ../emacs-22.1.tar.gz
66 115
67* Distributions for non-x86 platforms 116* Distributions for non-x86 platforms
68 117
@@ -108,7 +157,7 @@
108 You may be prompted to rename or overwrite directories when using 157 You may be prompted to rename or overwrite directories when using
109 djtarnt: simply type return to continue (this is harmless). 158 djtarnt: simply type return to continue (this is harmless).
110 159
111 The precompiled binaries can be unpacked using unzip.exe from info-zip.org 160 Zip files can be unpacked using unzip.exe from info-zip.org
112 if you do not already have other tools to do this. 161 if you do not already have other tools to do this.
113 162
114 % unzip some.zip 163 % unzip some.zip
@@ -165,7 +214,10 @@
165 http://www.gnu.org/software/emacs/windows/ntemacs.html 214 http://www.gnu.org/software/emacs/windows/ntemacs.html
166 215
167 This document serves as an FAQ and a source for further information 216 This document serves as an FAQ and a source for further information
168 about the Windows port and related software packages. 217 about the Windows port and related software packages. Note that as
218 of writing, most of the information in that FAQ was for Emacs-21.3
219 and earlier versions, so some information may not be relevant to
220 Emacs-22.1.
169 221
170 In addition to the FAQ, there is a mailing list for discussing issues 222 In addition to the FAQ, there is a mailing list for discussing issues
171 related to the Windows port of Emacs. For information about the 223 related to the Windows port of Emacs. For information about the