Update for 23.0.91
[bpt/emacs.git] / admin / nt / README-UNDUMP.W32
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
7ee43737 5 Emacs for Windows
31098a38 6
31098a38 7This README file describes how to dump a bare precompiled version of GNU
7ee43737 8Emacs for Windows NT/2000/XP and Windows 95/98/Me. This distribution
31098a38
AI
9supplements the standard dumped precompiled distribution of Emacs, which
10you can download from:
11
6e3645dc 12 ftp://ftp.gnu.org/gnu/emacs/windows/
31098a38
AI
13
14If you do not have the "bin" distribution, then you will need to
15download it before you can use this undumped version. Also note that
16you should only need to dump Emacs yourself if you want to dump Emacs
17with more elisp files than are included normally, or to rebuild Emacs
18after patching one of the elisp files that is preloaded.
19
20The dumping process consists of running a bare Emacs, loading up a
21number of general elisp files, and then creating a new Emacs executable
22preinitialized and ready to run. In the precompiled distributions,
23Emacs has already been dumped with the standard configuration.
24
25To dump Emacs, unpack this distribution into the directory created by
26unpacking the corresponding standard precompiled distribution. To
27verify that you unpacked in the proper place, check to make sure that
28you now have a temacs.exe file in the bin directory.
29
30Once you have unpacked this distribution, cd into the bin directory and
31run dump.bat. This will produce a new bin\emacs.exe executable for you
32to use (the original one is renamed to emacs.exe.orig; this is not
33overwritten if you run dump more than once).
34
35For more information about running Emacs, read the README.W32 file that
36came with the standard dumped precompiled distribution. If you have
37problems with Emacs, including problems with dumping, send email to
7ee43737 38"help-emacs-windows@gnu.org".
31098a38 39
678c6e62 40Enjoy!
892df15e
JR
41
42\f
43This file is part of GNU Emacs.
44
9ad5de0c 45GNU Emacs is free software: you can redistribute it and/or modify
892df15e 46it under the terms of the GNU General Public License as published by
9ad5de0c
GM
47the Free Software Foundation, either version 3 of the License, or
48(at your option) any later version.
892df15e
JR
49
50GNU Emacs is distributed in the hope that it will be useful,
51but WITHOUT ANY WARRANTY; without even the implied warranty of
52MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
53GNU General Public License for more details.
54
55You should have received a copy of the GNU General Public License
9ad5de0c 56along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.