summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2006-07-06 08:59:39 +0000
committerMiles Bader <miles@gnu.org>2006-07-06 08:59:39 +0000
commit6a46b0188332c8007c23014bd0ba97441be6abe8 (patch)
treee6bad7efe8102d87934fbae8f1b34341cd4e4957 /nt
parent5ed089581a49f8f0eba2d911203ff5db57eac322 (diff)
parent978db1472a9d4bbaafbc93b9176f7c409ac209bd (diff)
downloademacs-6a46b0188332c8007c23014bd0ba97441be6abe8.tar.gz
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 320-342) - Update from CVS - Merge from gnus--rel--5.10 - lisp/play/cookie1.el (cookie): Work properly when there's only one entry - Add note about "link" button-class to etc/TODO * gnus--rel--5.10 (patch 108-112) - Merge from emacs--devo--0 - Clean up merge mistakes - Update from CVS - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-86
Diffstat (limited to 'nt')
-rw-r--r--nt/INSTALL7
1 files changed, 6 insertions, 1 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index dc289531472..0d2f1b20193 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -42,7 +42,8 @@
(If you are building from CVS, say "make bootstrap" or "nmake
bootstrap" instead.)
- 4. Generate the Info manuals (only if you are building out of CVS):
+ 4. Generate the Info manuals (only if you are building out of CVS, and
+ if you have makeinfo.exe installed):
make info
@@ -140,6 +141,7 @@
[5] fails when building leim due to the use of cygwin style paths.
May work if building emacs without leim.
[6] please report if you try this combination.
+ [7] tested only on Windows XP.
Other compilers may work, but specific reports from people that have
tried suggest that the Intel C compiler (for example) may produce an
@@ -252,6 +254,9 @@
or
nmake info
+ Note that you will need makeinfo.exe (from the GNU Texinfo package)
+ in order for this command to succeed.
+
* Installing
To install Emacs after it has compiled, simply run `nmake install'