Index: auctex/doc/wininstall.texi
diff -u auctex/doc/wininstall.texi:1.23 auctex/doc/wininstall.texi:1.24
--- auctex/doc/wininstall.texi:1.23 Tue Jul 12 00:32:05 2005
+++ auctex/doc/wininstall.texi Fri Aug 19 12:41:52 2005
@@ -2,6 +2,70 @@
@include macros.texi
@end ifset
[EMAIL PROTECTED] In a Nutshell
+
+The following are brief installation instructions for the impatient. In
+case you don't understand some of this, run into trouble of some sort,
+or need more elaborate information, refer to the detailed instructions
+further below.
+
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+Install the prerequisites, i.e. GNU Emacs or XEmacs, MSYS or Cygwin, a
[EMAIL PROTECTED] system, and Ghostscript.
+
[EMAIL PROTECTED]
+Open the MSYS shell or a Cygwin shell and change to the directory
+containing the unzipped file contents.
+
[EMAIL PROTECTED]
+Configure @AUCTeX{}:
+
+For GNU Emacs: Many people like to install @AUCTeX{} into the pseudo
+file system hierarchy set up by the Emacs installation. Assuming Emacs
+is installed in @file{C:/Program Files/Emacs} and the directory for
+local additions of your @TeX{} system, e.g. [EMAIL PROTECTED], is
[EMAIL PROTECTED]:/localtexmf}, you can do this by typing the following
statement
+at the shell prompt:
+
[EMAIL PROTECTED]
+./configure --prefix='C:/Program Files/Emacs' \
+ --with-texmf-dir='C:/localtexmf'
[EMAIL PROTECTED] example
+
+For XEmacs: You can install @AUCTeX{} as an XEmacs package. Assuming
+XEmacs is installed in @file{C:/Program Files/XEmacs} and the directory
+for local additions of your @TeX{} system, e.g. [EMAIL PROTECTED], is
[EMAIL PROTECTED]:/localtexmf}, you can do this by typing the following command
at
+the shell prompt:
+
[EMAIL PROTECTED]
+./configure --with-xemacs='C:/Program Files/XEmacs/bin/xemacs' \
+ --with-texmf-dir='C:/localtexmf'
[EMAIL PROTECTED] example
+
+The commands above are examples for common usage. More on configuration
+options can be found in the detailed installation instructions below.
+
[EMAIL PROTECTED]
+If there were no error messages, type
+
[EMAIL PROTECTED]
+make
[EMAIL PROTECTED] example
+
+In case there were, please refer to the detailed description below.
+
[EMAIL PROTECTED]
+Finish the installation by typing
+
[EMAIL PROTECTED]
+make install
[EMAIL PROTECTED] example
[EMAIL PROTECTED] enumerate
+
[EMAIL PROTECTED] Detailed Installation Instructions
+
Installation of @AUCTeX{} under Windows is in itself not more
complicated than on other platforms. However, meeting the prerequisites
might require more work than on some other platforms, and feel less
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs