add scripts for creating precompiled Windows distributions
[bpt/emacs.git] / admin / nt / README-UNDUMP.W32
CommitLineData
31098a38
AI
1 Emacs for Windows NT and Windows 95/98/2000
2
3 Version 21.0.104 pretest
4
5 July 16, 2001
6
7This README file describes how to dump a bare precompiled version of GNU
8Emacs for Windows NT and Windows 95/98/2000. This distribution
9supplements the standard dumped precompiled distribution of Emacs, which
10you can download from:
11
12 ftp://ftp.gnu.org/gnu/windows/emacs/
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
38"ntemacs-users@cs.washington.edu".
39
40Enjoy.
41
42Andrew Innes
43(andrewi@gnu.org)