Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0fc7be80
Commit
0fc7be80
authored
Sep 05, 2001
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention that "make install" can be "nmake install".
parent
3573bdbe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
nt/INSTALL
nt/INSTALL
+5
-1
No files found.
nt/INSTALL
View file @
0fc7be80
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment