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