Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ecfd8ceb
Commit
ecfd8ceb
authored
Dec 27, 2006
by
Eli Zaretskii
Browse files
Update table of supported Make ports. Show "make -j" command that is known
to work.
parent
56a469c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
nt/INSTALL
nt/INSTALL
+6
-3
No files found.
nt/INSTALL
View file @
ecfd8ceb
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
With GNU Make, you can use the -j command-line option to have
With GNU Make, you can use the -j command-line option to have
Make execute several commands at once, like this:
Make execute several commands at once, like this:
gmake -j
4
XMFLAGS="-j
3
"
gmake -j
2
XMFLAGS="-j
2
"
The XMFLAGS variable overrides the default behavior of GNU Make
The XMFLAGS variable overrides the default behavior of GNU Make
on Windows, whereby recursive Make invocations reset the maximum
on Windows, whereby recursive Make invocations reset the maximum
...
@@ -106,6 +106,9 @@
...
@@ -106,6 +106,9 @@
build (latest versions of the Cygwin toolkit, at least since v1.3.3,
build (latest versions of the Cygwin toolkit, at least since v1.3.3,
include the MinGW headers and libraries as an integral part).
include the MinGW headers and libraries as an integral part).
Note that building Emacs with Visual Studio 2005 is not supported at
this time.
The rest of this file assumes you have a working development
The rest of this file assumes you have a working development
environment. If you just installed such an environment, try
environment. If you just installed such an environment, try
building a trivial C "Hello world" program, and see if it works. If
building a trivial C "Hello world" program, and see if it works. If
...
@@ -143,7 +146,7 @@
...
@@ -143,7 +146,7 @@
cygwin compiled make 3.80: fails?[6] fails?[6]
cygwin compiled make 3.80: fails?[6] fails?[6]
cygwin compiled make 3.81: fails fails?[6]
cygwin compiled make 3.81: fails fails?[6]
mingw32 compiled make 3.79.1: okay okay
mingw32 compiled make 3.79.1: okay okay
mingw32 compiled make 3.80: okay
unknown
[6]
mingw32 compiled make 3.80: okay
okay
[6]
mingw32 compiled make 3.81: okay okay[7]
mingw32 compiled make 3.81: okay okay[7]
Notes:
Notes:
...
@@ -156,7 +159,7 @@
...
@@ -156,7 +159,7 @@
[4] may fail on Windows 9X and Windows ME; if so, install Bash.
[4] may fail on Windows 9X and Windows ME; if so, install Bash.
[5] fails when building leim due to the use of cygwin style paths.
[5] fails when building leim due to the use of cygwin style paths.
May work if building emacs without leim.
May work if building emacs without leim.
[6] please report if you try this combination.
[6]
not recommended;
please report if you try this combination.
[7] tested only on Windows XP.
[7] tested only on Windows XP.
Other compilers may work, but specific reports from people that have
Other compilers may work, but specific reports from people that have
...
...
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