diff options
Diffstat (limited to 'nt/install')
-rw-r--r-- | nt/install | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nt/install b/nt/install index 624d04264d1..d26b0743031 100644 --- a/nt/install +++ b/nt/install @@ -13,7 +13,10 @@ Configuring: environment variables, as is customary for use with Windows compilers. (2) Choose the directory into which Emacs will be installed, and - edit makefile.def to define INSTALL_DIR to be this directory. Note + edit makefile.def to define INSTALL_DIR to be this directory. + (Alternatively, if you have INSTALL_DIR set as an environment + variable, the build process will ignore the value in makefile.def + and use the value of the environment variable instead.) Note that if it is not installed in the directory in which it is built, the ~16 MB of lisp files will be copied into the installation directory. |