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