diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-09-05 12:05:15 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-09-05 12:05:15 +0000 |
commit | 0fc7be8023f080d27e05eb1cc23794575bce9d08 (patch) | |
tree | c0f30a427e98d08d244bc2d89431120be0ba768d /nt | |
parent | 3573bdbe0fe147105743f734dfdbca69f1464486 (diff) | |
download | emacs-0fc7be8023f080d27e05eb1cc23794575bce9d08.tar.gz |
Mention that "make install" can be "nmake install".
Diffstat (limited to 'nt')
-rw-r--r-- | nt/INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index e5a5b009d1f..ba63fa0262b 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -69,7 +69,9 @@ * Installing - To install Emacs after it has compiled, simply run `make install'. + To install Emacs after it has compiled, simply run `nmake install' + or `make install', depending on which version of the Make utility + do you have. By default, Emacs will be installed in the location where it was built, but a different location can be specified either using the @@ -78,6 +80,8 @@ make install INSTALL_DIR=D:/emacs + (for `nmake', type "nmake install INSTALL_DIR=D:/emacs" instead). + The install process will run addpm to setup the registry entries, and to create a Start menu icon for Emacs. |