franzinc / emacsinstaller
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Kevin Layer (author)
Thu Jul 30 17:50:12 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
ChangeLog | ||
| |
install.nsi | ||
| |
makefile | ||
| |
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.

