Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278)
[bpt/emacs.git] / admin / nt / README-UNDUMP.W32
CommitLineData
7ee43737 1 Emacs for Windows
31098a38 2
31098a38 3This README file describes how to dump a bare precompiled version of GNU
7ee43737 4Emacs for Windows NT/2000/XP and Windows 95/98/Me. This distribution
31098a38
AI
5supplements the standard dumped precompiled distribution of Emacs, which
6you can download from:
7
7ee43737 8 ftp://ftp.gnu.org/gnu/windows/emacs/
31098a38
AI
9
10If you do not have the "bin" distribution, then you will need to
11download it before you can use this undumped version. Also note that
12you should only need to dump Emacs yourself if you want to dump Emacs
13with more elisp files than are included normally, or to rebuild Emacs
14after patching one of the elisp files that is preloaded.
15
16The dumping process consists of running a bare Emacs, loading up a
17number of general elisp files, and then creating a new Emacs executable
18preinitialized and ready to run. In the precompiled distributions,
19Emacs has already been dumped with the standard configuration.
20
21To dump Emacs, unpack this distribution into the directory created by
22unpacking the corresponding standard precompiled distribution. To
23verify that you unpacked in the proper place, check to make sure that
24you now have a temacs.exe file in the bin directory.
25
26Once you have unpacked this distribution, cd into the bin directory and
27run dump.bat. This will produce a new bin\emacs.exe executable for you
28to use (the original one is renamed to emacs.exe.orig; this is not
29overwritten if you run dump more than once).
30
31For more information about running Emacs, read the README.W32 file that
32came with the standard dumped precompiled distribution. If you have
33problems with Emacs, including problems with dumping, send email to
7ee43737 34"help-emacs-windows@gnu.org".
31098a38 35
678c6e62 36Enjoy!