aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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