aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-05 12:05:15 +0000
committerEli Zaretskii2001-09-05 12:05:15 +0000
commit0fc7be8023f080d27e05eb1cc23794575bce9d08 (patch)
treec0f30a427e98d08d244bc2d89431120be0ba768d
parent3573bdbe0fe147105743f734dfdbca69f1464486 (diff)
downloademacs-0fc7be8023f080d27e05eb1cc23794575bce9d08.tar.gz
emacs-0fc7be8023f080d27e05eb1cc23794575bce9d08.zip
Mention that "make install" can be "nmake install".
-rw-r--r--nt/INSTALL6
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 @@
69 69
70* Installing 70* Installing
71 71
72 To install Emacs after it has compiled, simply run `make install'. 72 To install Emacs after it has compiled, simply run `nmake install'
73 or `make install', depending on which version of the Make utility
74 do you have.
73 75
74 By default, Emacs will be installed in the location where it was 76 By default, Emacs will be installed in the location where it was
75 built, but a different location can be specified either using the 77 built, but a different location can be specified either using the
@@ -78,6 +80,8 @@
78 80
79 make install INSTALL_DIR=D:/emacs 81 make install INSTALL_DIR=D:/emacs
80 82
83 (for `nmake', type "nmake install INSTALL_DIR=D:/emacs" instead).
84
81 The install process will run addpm to setup the registry entries, and 85 The install process will run addpm to setup the registry entries, and
82 to create a Start menu icon for Emacs. 86 to create a Start menu icon for Emacs.
83 87