Tweaks to configure instructions and saving space.
[bpt/emacs.git] / nt / README
CommitLineData
a4a9692d
DL
1 Emacs for Windows NT and Windows 95
2
3This directory contains support for compiling and running GNU Emacs on
4Windows NT and Windows 95. This port supports all of the major
5functionality of the Unix version, including subprocesses, windowing
6features (fonts, colors, scroll bars, multiple frames, etc.), and
7networking support.
8
9Precompiled distributions are also available; ftp to
10
11 ftp://ftp.cs.washington.edu/pub/ntemacs/latest
12
13for the latest precompiled distributions.
14
15* Preliminaries
16
17To compile Emacs, you will need a Microsoft C compiler package. For
18NT, this can be any of the SDK compilers from NT 3.1 and up, Microsoft
19Visual C++ for NT (versions 1.0 and up), or Microsoft Visual C++
20(versions 2.0 and up). For Windows 95, this can be Microsoft Visual
21C++ versions 2.0 and up.
22
23* Building and installing
24
25See the INSTALL file in this directory for detailed instructions on
26building and installing Emacs on your system.
27
28* Further information
29
30If you have access to the World Wide Web, I would recommend pointing
31your favorite web browser to the document (if you haven't already):
32
33 http://www.cs.washington.edu/homes/voelker/ntemacs.html
34
35This web document serves as a FAQ and a source for further information
36about the port and related software packages.
37
38There is also a mailing list for discussing issues related to this
39port of Emacs. For information about the list, send a message to
40ntemacs-users-request@cs.washington.edu with the word "info" in the
41*body* of the message. To subscribe to the list, send a message to
42the same address with the word "subscribe" in the body of the message;
43similarly, to unsubscribe from the list, send a message with the word
44"unsubscribe" in the message body.
45
46You are also always welcome to send me mail directly. If you don't
47hear from me immediately, however, don't worry; it sometimes takes me
48a few days (or longer) to get to all of my mail regarding Emacs.
49
50* Reporting bugs
51
52If you encounter bugs in this port of Emacs, first check the FAQ on
53the web page above to see if the bug is already known and if there are
54any workarounds. If not, then I would like to hear about it; either
55send a bug report to the mailing list, or to me directly (I would
56recommend sending to the list first).
57
58Enjoy.
59
60-geoff
61(voelker@cs.washington.edu)