aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-12-27 13:54:18 +0000
committerEli Zaretskii2006-12-27 13:54:18 +0000
commitecfd8ceb2b6d9ba0b5be07686100080308b27753 (patch)
tree85ec1d6847ac8ec0c33eb77424453106642df06c
parent56a469c3f64289f1a677138da563f344d5a079ee (diff)
downloademacs-ecfd8ceb2b6d9ba0b5be07686100080308b27753.tar.gz
emacs-ecfd8ceb2b6d9ba0b5be07686100080308b27753.zip
Update table of supported Make ports. Show "make -j" command that is known
to work.
-rw-r--r--nt/INSTALL9
1 files changed, 6 insertions, 3 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index 49e58474325..9033153fcae 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -48,7 +48,7 @@
48 With GNU Make, you can use the -j command-line option to have 48 With GNU Make, you can use the -j command-line option to have
49 Make execute several commands at once, like this: 49 Make execute several commands at once, like this:
50 50
51 gmake -j 4 XMFLAGS="-j 3" 51 gmake -j 2 XMFLAGS="-j 2"
52 52
53 The XMFLAGS variable overrides the default behavior of GNU Make 53 The XMFLAGS variable overrides the default behavior of GNU Make
54 on Windows, whereby recursive Make invocations reset the maximum 54 on Windows, whereby recursive Make invocations reset the maximum
@@ -106,6 +106,9 @@
106 build (latest versions of the Cygwin toolkit, at least since v1.3.3, 106 build (latest versions of the Cygwin toolkit, at least since v1.3.3,
107 include the MinGW headers and libraries as an integral part). 107 include the MinGW headers and libraries as an integral part).
108 108
109 Note that building Emacs with Visual Studio 2005 is not supported at
110 this time.
111
109 The rest of this file assumes you have a working development 112 The rest of this file assumes you have a working development
110 environment. If you just installed such an environment, try 113 environment. If you just installed such an environment, try
111 building a trivial C "Hello world" program, and see if it works. If 114 building a trivial C "Hello world" program, and see if it works. If
@@ -143,7 +146,7 @@
143 cygwin compiled make 3.80: fails?[6] fails?[6] 146 cygwin compiled make 3.80: fails?[6] fails?[6]
144 cygwin compiled make 3.81: fails fails?[6] 147 cygwin compiled make 3.81: fails fails?[6]
145 mingw32 compiled make 3.79.1: okay okay 148 mingw32 compiled make 3.79.1: okay okay
146 mingw32 compiled make 3.80: okay unknown[6] 149 mingw32 compiled make 3.80: okay okay[6]
147 mingw32 compiled make 3.81: okay okay[7] 150 mingw32 compiled make 3.81: okay okay[7]
148 151
149 Notes: 152 Notes:
@@ -156,7 +159,7 @@
156 [4] may fail on Windows 9X and Windows ME; if so, install Bash. 159 [4] may fail on Windows 9X and Windows ME; if so, install Bash.
157 [5] fails when building leim due to the use of cygwin style paths. 160 [5] fails when building leim due to the use of cygwin style paths.
158 May work if building emacs without leim. 161 May work if building emacs without leim.
159 [6] please report if you try this combination. 162 [6] not recommended; please report if you try this combination.
160 [7] tested only on Windows XP. 163 [7] tested only on Windows XP.
161 164
162 Other compilers may work, but specific reports from people that have 165 Other compilers may work, but specific reports from people that have