Mercurial > emacs
comparison nt/INSTALL @ 90573:858cb33ae39d
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 357-381)
- Merge from gnus--rel--5.10
- Update from CVS
- Merge from erc--emacs--21
* gnus--rel--5.10 (patch 116-122)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-98
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 03 Aug 2006 11:45:23 +0000 |
parents | 138ce2701550 c5e963b6d40d |
children | 8dd8c8286063 |
comparison
equal
deleted
inserted
replaced
90572:ab9b8d043c39 | 90573:858cb33ae39d |
---|---|
29 with the Microsoft's Visual C compiler: | 29 with the Microsoft's Visual C compiler: |
30 | 30 |
31 nmake | 31 nmake |
32 | 32 |
33 For the development environments based on GNU GCC (MinGW, MSYS, | 33 For the development environments based on GNU GCC (MinGW, MSYS, |
34 Cygwin), depending on how Make is called, it could be: | 34 Cygwin - but see notes about Cygwin make below), depending on how |
35 Make is called, it could be: | |
35 | 36 |
36 make | 37 make |
38 or | |
39 mingw32-make | |
37 or | 40 or |
38 gnumake | 41 gnumake |
39 or | 42 or |
40 gmake | 43 gmake |
41 | 44 |
42 (If you are building from CVS, say "make bootstrap" or "nmake | 45 (If you are building from CVS, say "make bootstrap" or "nmake |
43 bootstrap" instead.) | 46 bootstrap" instead and avoid using Cygwin make.) |
44 | 47 |
45 4. Generate the Info manuals (only if you are building out of CVS, and | 48 4. Generate the Info manuals (only if you are building out of CVS, and |
46 if you have makeinfo.exe installed): | 49 if you have makeinfo.exe installed): |
47 | 50 |
48 make info | 51 make info |