annotate nt/README @ 35105:3cd444909d32

Update info about compilers.
author Andrew Innes <andrewi@gnu.org>
date Sat, 06 Jan 2001 21:19:03 +0000
parents 354e0c45cedf
children 42fcadee88a8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25856
Dave Love <fx@gnu.org>
parents:
diff changeset
1 Emacs for Windows NT and Windows 95
Dave Love <fx@gnu.org>
parents:
diff changeset
2
Dave Love <fx@gnu.org>
parents:
diff changeset
3 This directory contains support for compiling and running GNU Emacs on
Dave Love <fx@gnu.org>
parents:
diff changeset
4 Windows NT and Windows 95. This port supports all of the major
Dave Love <fx@gnu.org>
parents:
diff changeset
5 functionality of the Unix version, including subprocesses, windowing
Dave Love <fx@gnu.org>
parents:
diff changeset
6 features (fonts, colors, scroll bars, multiple frames, etc.), and
Dave Love <fx@gnu.org>
parents:
diff changeset
7 networking support.
Dave Love <fx@gnu.org>
parents:
diff changeset
8
Dave Love <fx@gnu.org>
parents:
diff changeset
9 Precompiled distributions are also available; ftp to
Dave Love <fx@gnu.org>
parents:
diff changeset
10
Dave Love <fx@gnu.org>
parents:
diff changeset
11 ftp://ftp.cs.washington.edu/pub/ntemacs/latest
Dave Love <fx@gnu.org>
parents:
diff changeset
12
Dave Love <fx@gnu.org>
parents:
diff changeset
13 for the latest precompiled distributions.
Dave Love <fx@gnu.org>
parents:
diff changeset
14
Dave Love <fx@gnu.org>
parents:
diff changeset
15 * Preliminaries
Dave Love <fx@gnu.org>
parents:
diff changeset
16
35105
3cd444909d32 Update info about compilers.
Andrew Innes <andrewi@gnu.org>
parents: 25856
diff changeset
17 To compile Emacs, you will need either Microsoft Visual C++ 2.0 or
3cd444909d32 Update info about compilers.
Andrew Innes <andrewi@gnu.org>
parents: 25856
diff changeset
18 later, or a Windows port of GCC 2.95 or later with Mingw and W32 API
3cd444909d32 Update info about compilers.
Andrew Innes <andrewi@gnu.org>
parents: 25856
diff changeset
19 support and a port of GNU make. You can use the Cygwin ports of GCC,
3cd444909d32 Update info about compilers.
Andrew Innes <andrewi@gnu.org>
parents: 25856
diff changeset
20 but Emacs requires the Mingw headers and libraries to build.
25856
Dave Love <fx@gnu.org>
parents:
diff changeset
21
Dave Love <fx@gnu.org>
parents:
diff changeset
22 * Building and installing
Dave Love <fx@gnu.org>
parents:
diff changeset
23
Dave Love <fx@gnu.org>
parents:
diff changeset
24 See the INSTALL file in this directory for detailed instructions on
Dave Love <fx@gnu.org>
parents:
diff changeset
25 building and installing Emacs on your system.
Dave Love <fx@gnu.org>
parents:
diff changeset
26
Dave Love <fx@gnu.org>
parents:
diff changeset
27 * Further information
Dave Love <fx@gnu.org>
parents:
diff changeset
28
Dave Love <fx@gnu.org>
parents:
diff changeset
29 If you have access to the World Wide Web, I would recommend pointing
Dave Love <fx@gnu.org>
parents:
diff changeset
30 your favorite web browser to the document (if you haven't already):
Dave Love <fx@gnu.org>
parents:
diff changeset
31
Dave Love <fx@gnu.org>
parents:
diff changeset
32 http://www.cs.washington.edu/homes/voelker/ntemacs.html
Dave Love <fx@gnu.org>
parents:
diff changeset
33
Dave Love <fx@gnu.org>
parents:
diff changeset
34 This web document serves as a FAQ and a source for further information
Dave Love <fx@gnu.org>
parents:
diff changeset
35 about the port and related software packages.
Dave Love <fx@gnu.org>
parents:
diff changeset
36
Dave Love <fx@gnu.org>
parents:
diff changeset
37 There is also a mailing list for discussing issues related to this
Dave Love <fx@gnu.org>
parents:
diff changeset
38 port of Emacs. For information about the list, send a message to
Dave Love <fx@gnu.org>
parents:
diff changeset
39 ntemacs-users-request@cs.washington.edu with the word "info" in the
Dave Love <fx@gnu.org>
parents:
diff changeset
40 *body* of the message. To subscribe to the list, send a message to
Dave Love <fx@gnu.org>
parents:
diff changeset
41 the same address with the word "subscribe" in the body of the message;
Dave Love <fx@gnu.org>
parents:
diff changeset
42 similarly, to unsubscribe from the list, send a message with the word
Dave Love <fx@gnu.org>
parents:
diff changeset
43 "unsubscribe" in the message body.
Dave Love <fx@gnu.org>
parents:
diff changeset
44
Dave Love <fx@gnu.org>
parents:
diff changeset
45 You are also always welcome to send me mail directly. If you don't
Dave Love <fx@gnu.org>
parents:
diff changeset
46 hear from me immediately, however, don't worry; it sometimes takes me
Dave Love <fx@gnu.org>
parents:
diff changeset
47 a few days (or longer) to get to all of my mail regarding Emacs.
Dave Love <fx@gnu.org>
parents:
diff changeset
48
Dave Love <fx@gnu.org>
parents:
diff changeset
49 * Reporting bugs
Dave Love <fx@gnu.org>
parents:
diff changeset
50
Dave Love <fx@gnu.org>
parents:
diff changeset
51 If you encounter bugs in this port of Emacs, first check the FAQ on
Dave Love <fx@gnu.org>
parents:
diff changeset
52 the web page above to see if the bug is already known and if there are
Dave Love <fx@gnu.org>
parents:
diff changeset
53 any workarounds. If not, then I would like to hear about it; either
Dave Love <fx@gnu.org>
parents:
diff changeset
54 send a bug report to the mailing list, or to me directly (I would
Dave Love <fx@gnu.org>
parents:
diff changeset
55 recommend sending to the list first).
Dave Love <fx@gnu.org>
parents:
diff changeset
56
Dave Love <fx@gnu.org>
parents:
diff changeset
57 Enjoy.
Dave Love <fx@gnu.org>
parents:
diff changeset
58
Dave Love <fx@gnu.org>
parents:
diff changeset
59 -geoff
Dave Love <fx@gnu.org>
parents:
diff changeset
60 (voelker@cs.washington.edu)