(ftxfont_draw_backgrond): Fix args to XFillRectangle.
[bpt/emacs.git] / admin / nt / README-ftp-server
CommitLineData
f858db9f 1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
892df15e
JR
2 Free Software Foundation, Inc.
3See the end of the file for license conditions.
4
31098a38 5 Precompiled Distributions of
e53925a5 6 Emacs for Windows
31098a38 7
a6f4f1e5 8 Version 23.0.91
177c0ea7 9
a6f4f1e5 10 February 25, 2009
e53925a5 11
a3992354
JR
12 This directory contains precompiled distributions for GNU Emacs on
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
15 Free Software Foundation; the precompiled distributions are provided
16 here for convenience since the majority of Windows users are not
17 accustomed to compiling programs themselves. Corresponding source
a6f4f1e5 18 can be found in the parent directory in emacs-23.0.91.tar.gz.
31098a38
AI
19
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
22 already):
23
24 http://www.gnu.org/software/emacs/windows/ntemacs.html
25
31098a38
AI
26* IMPORTANT LEGAL REMINDER
27
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,
a6f4f1e5 30 if you put the emacs-23.0.91-bin-i386.tar.gz file from this directory on
31098a38 31 an Internet site, you must arrange to distribute the source files of
a6f4f1e5 32 the SAME version (i.e. ../emacs-23.0.91.tar.gz).
31098a38
AI
33
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
36 old binaries.
37
38
a7ebea8b
JR
39* Files in this directory
40
a6f4f1e5
JR
41 + emacs-23.0.91-bin-i386.zip
42 Windows binaries of Emacs-23.0.91, with all lisp code and documentation
a7ebea8b
JR
43 included.
44
45 Download this file if you want a single installation package, and
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
48 Emacs add icons to the Start Menu.
49
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.
52
a6f4f1e5
JR
53 + emacs-23.0.91-barebin-i386.zip
54 Windows binaries of Emacs-23.0.91, without lisp code or documentation.
a7ebea8b
JR
55
56 Download this file if you already have the source distribution, or
57 if you need to redump the emacs.exe executable.
58
59 Unpack this over the top of either the source distribution or the
60 bin distribution above. It contains the bin subdirectory and etc/DOC
61 file, plus temacs.exe and dump.bat, which are required if you want to
62 redump emacs without recompiling it.
63
68cbe492
JR
64 + libxpm-3.5.7-w32-src.zip
65 Source code required to compile libXpm-3.5.7 on Windows. Contains
66 a basic Makefile for compiling with mingw32 and a .def file for
67 generating a DLL with the appropriate exports in addition to the
68 source code to provide the subset of functionality Emacs uses from
a6f4f1e5
JR
69 libXpm. This corresponds to the libXpm.dll in emacs-23.0.91-bin-i386.zip
70 and emacs-23.0.91-barebin-i386.zip.
a7ebea8b
JR
71
72* Image support
73
a6f4f1e5 74 Emacs 23.0.91 contains support for images, however for most image formats
a7ebea8b
JR
75 supporting libraries are required. This distribution has been tested
76 with the libraries that are distributed with GTK for Windows, and the
77 libraries found at http://gnuwin32.sourceforge.net/. The following image
78 formats are supported:
79
80 PBM/PGM/PPM: Supported natively by Emacs. This format is used for
81 the black and white versions of the toolbar icons.
82
1be8283d 83 XPM: a Windows port of the XPM library corresponding to the x.org
68cbe492 84 release of X11R7.3 is included with the binary distribution, but
1be8283d
JR
85 can be replaced by other versions with the name xpm4.dll,
86 libxpm-nox4.dll or libxpm.dll.
a7ebea8b
JR
87
88 PNG: requires the PNG reference library 1.2 or later, which will
89 be named libpng13d.dll, libpng13.dll, libpng12d.dll, libpng12.dll
90 or libpng.dll. LibPNG requires zlib, which should come from the same
91 source as you got libpng.
92
93 JPEG: requires the Independant JPEG Group's libjpeg 6b or later,
94 which will be called jpeg62.dll, libjpeg.dll, jpeg-62.dll or jpeg.dll.
95
96 TIFF: requires libTIFF 3.0 or later, which will be called libtiff3.dll
97 or libtiff.dll.
98
99 GIF: requires libungif or giflib 4.1 or later, which will be
100 called giflib4.dll, libungif4.dll or libungif.dll.
101
a3992354
JR
102 SVG: not compiled into the binary release, but available if you
103 compile Emacs yourself if you have development packages for all the
104 dependencies. Requires many libraries from GTK and Gnome
105 as well as the base librsvg library. Known to crash Emacs on many
106 sample images.
107
5f561867 108* Distributions in .tar.gz and .zip format
31098a38 109
119437ca
JR
110 Emacs is distributed primarily as source code in a large gzipped tar
111 file (*.tar.gz). Because Emacs is quite large and therefore
112 difficult to download over unreliable connections, the Windows
113 binaries are provided in two combinations. The complete lisp source
114 plus executables (bin), and executables only (barebin) for unpacking
115 over the top of the source distribution. Formerly, we used the same
116 .tar.gz format but since there are no longer legal problems with
117 .zip files, and the latest versions of Windows support these
118 natively, the Windows binaries of Emacs are now distributed as .zip
119 files.
31098a38 120
31098a38
AI
121* Distributions for non-x86 platforms
122
3ad0c616
JR
123 Distributions for non-x86 platforms are no longer supplied. Older
124 platforms supported by Windows NT no longer seem to be in demand,
119437ca
JR
125 and Emacs is yet to be ported to 64 bit Windows platforms. If you
126 are willing to help port Emacs 23 to 64 bit versions of Windows,
127 your contribution will be welcome on the emacs-devel mailing list.
31098a38
AI
128
129* Unpacking distributions
130
5f561867
JR
131 Ports of GNU gzip and GNU tar for handling the source distribution file
132 format can be found in several places that distribute ports of GNU
3ad0c616 133 programs, for example:
31098a38 134
3ad0c616
JR
135 Cygwin: http://www.cygwin.com/
136 GnuWin32: http://gnuwin32.sourceforge.net/
31098a38 137
3ad0c616 138 Many other popular file compression utilities for Windows are also
119437ca
JR
139 able to handle gzipped tar files. 7zip is one free Windows graphical
140 program that is able to handle many archive formats.
31098a38
AI
141
142 Open a command prompt (MSDOS) window. Decide on a directory in which
143 to place Emacs. Move the distribution to that directory, and then
144 unpack it as follows.
145
146 If you have the gzipped tar version, use gunzip to uncompress the tar
147 file on the fly, and pipe the output through tar with the "xvf" flags
148 to extract the files from the tar file:
149
150 % gunzip -c some.tar.gz | tar xvf -
151
152 You may see messages from tar about not being able to change the
153 modification time on directories, and from gunzip complaining about a
154 broken pipe. These messages are harmless and you can ignore them. On
155 Windows NT, unpacking tarballs this way leaves them in compressed
156 form, taking up less space on disk. Unfortunately, on Windows 95 and
157 98, a large temporary file is created, so it is better to use the
158 djtarnt.exe program, which performs the equivalent operation in one
159 step:
160
161 % djtarnt -x some.tar.gz
162
163 You may be prompted to rename or overwrite directories when using
164 djtarnt: simply type return to continue (this is harmless).
165
a7ebea8b 166 Zip files can be unpacked using unzip.exe from info-zip.org
262be72a
MB
167 if you do not already have other tools to do this.
168
169 % unzip some.zip
170
5f561867
JR
171 The precompiled binaries can be unpacked using unzip.exe from info-zip.org
172 if you do not already have other tools to do this.
173
174 % unzip some.zip
175
31098a38
AI
176 Once you have unpacked a precompiled distribution of Emacs, it should
177 have the following subdirectories:
178
3ad0c616 179 bin etc info lisp site-lisp
e53925a5 180
31098a38
AI
181
182* Unpacking with other tools
183
184 If you do use other utility programs to unpack the distribution, check
185 the following to be sure the distribution was not corrupted:
186
5f561867
JR
187 + Be sure to disable the CR/LF translation or the executables will
188 be unusable. Older versions of WinZip would enable this
189 translation by default when unpacking .tar files. If you are
190 using WinZip, disable it. (I don't have WinZip myself, and I do
191 not know the specific commands necessary to disable it.)
31098a38
AI
192
193 + Check that filenames were not truncated to 8.3. For example, there
194 should be a file lisp/abbrevlist.el; if this has been truncated to
195 abbrevli.el, your distribution has been corrupted while unpacking
196 and Emacs will not start.
197
119437ca
JR
198 + Check that filenames were not changed by your web-browser. Some
199 proprietary web-browsers save .tar.gz files as .tar.tar. You might
200 like to consider switching to a Free modern browser if your browser
201 has this bug.
202
3ad0c616
JR
203 + I've also had reports that some older "gnuwin32" port of tar
204 corrupts the executables. Use the latest version from the gnuwin32
205 site or another port of tar instead.
31098a38
AI
206
207 If you believe you have unpacked the distributions correctly and are
208 still encountering problems, see the section on Further Information
209 below.
210
211
212* Compiling from source
213
214 If you would like to compile Emacs from source, download the source
215 distribution, unpack it in the same manner as a precompiled
3ad0c616 216 distribution, and look in the file nt/INSTALL for detailed
119437ca
JR
217 directions. It is recommended to use GCC 2.95 or later with MinGW
218 support to compile the source. The port of GCC included in Cygwin
219 is supported, but check the nt/INSTALL file if you have trouble
220 since some builds of GNU make aren't supported.
31098a38
AI
221
222
223* Further information
224
e53925a5
AI
225 If you have access to the World Wide Web, I would recommend pointing
226 your favorite web browser to following the document (if you haven't
227 already):
31098a38
AI
228
229 http://www.gnu.org/software/emacs/windows/ntemacs.html
230
e53925a5 231 This document serves as an FAQ and a source for further information
a7ebea8b 232 about the Windows port and related software packages. Note that as
a3992354 233 most of the information in that FAQ is for earlier versions, so some
a6f4f1e5 234 information may not be relevant to Emacs-23.0.91.
e53925a5
AI
235
236 In addition to the FAQ, there is a mailing list for discussing issues
237 related to the Windows port of Emacs. For information about the
238 list, see this Web page:
239
6e3645dc 240 http://lists.gnu.org/mailman/listinfo/help-emacs-windows
e53925a5
AI
241
242 To ask questions on the mailing list, send email to
243 help-emacs-windows@gnu.org. (You don't need to subscribe for that.)
244 To subscribe to the list or unsubscribe from it, fill the form you
245 find at http://mail.gnu.org/mailman/listinfo/help-emacs-windows as
246 explained there.
31098a38
AI
247
248 Another valuable source of information and help which should not be
249 overlooked is the various Usenet news groups dedicated to Emacs.
250 These are particuarly good for help with general issues which aren't
251 specific to the Windows port of Emacs. The main news groups to use
252 for seeking help are:
253
254 gnu.emacs.help
255 comp.emacs
256
257 There are also fairly regular postings and announcements of new or
258 updated Emacs packages on this group:
259
260 gnu.emacs.sources
261
31098a38
AI
262 Enjoy!
263
3ad0c616
JR
264 Jason Rumney
265 (jasonr@gnu.org)
266
267 Most of this README was contributed by former maintainer Andrew Innes
892df15e
JR
268 (andrewi@gnu.org)
269
270\f
271This file is part of GNU Emacs.
272
9ad5de0c 273GNU Emacs is free software: you can redistribute it and/or modify
892df15e 274it under the terms of the GNU General Public License as published by
9ad5de0c
GM
275the Free Software Foundation, either version 3 of the License, or
276(at your option) any later version.
892df15e
JR
277
278GNU Emacs is distributed in the hope that it will be useful,
279but WITHOUT ANY WARRANTY; without even the implied warranty of
280MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
281GNU General Public License for more details.
282
283You should have received a copy of the GNU General Public License
9ad5de0c 284along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.