README-UNDUMP.W32 2.5 KB

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