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