franzinc / emacsinstaller

NSIS wrapper for the standard GNU Emacs for Windows binaries

This URL has Read+Write access

name age message
file ChangeLog Loading commit data...
file install.nsi
file makefile
file readme.txt
readme.txt
How to build your own emacs installer.  The instructions below assume
that `makefile' and `install.nsi' have been downloaded and in the
current working directory.

1. Download and Install NSIS v 2.x from http://nsis.sourceforge.net

2. Download the Emacs version of choice from

      http://ftp.gnu.org/pub/gnu/emacs/windows/

   For the current version I downloaded emacs-23.1-bin-i386.zip

3. Extract the Emacs binaries into the current directory.  This should
   create an `emacs-23.1' subdirectory.

   (If you have downloaded a different version of emacs, modify the
   VERS variable in the `makefile'.)

4. Type "make" to build the installer.
   This requires GNU make from www.cygwin.com to be installed.