auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/doc/wininstall.texi


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/doc/wininstall.texi
Date: Fri, 19 Aug 2005 08:41:52 -0400

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
 
address@hidden 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.
+
address@hidden
address@hidden
+Install the prerequisites, i.e. GNU Emacs or XEmacs, MSYS or Cygwin, a
address@hidden system, and Ghostscript.
+
address@hidden
+Open the MSYS shell or a Cygwin shell and change to the directory
+containing the unzipped file contents.
+
address@hidden
+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. address@hidden, is
address@hidden:/localtexmf}, you can do this by typing the following statement
+at the shell prompt:
+
address@hidden
+./configure --prefix='C:/Program Files/Emacs' \
+  --with-texmf-dir='C:/localtexmf'
address@hidden 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. address@hidden, is
address@hidden:/localtexmf}, you can do this by typing the following command at
+the shell prompt:
+
address@hidden
+./configure --with-xemacs='C:/Program Files/XEmacs/bin/xemacs' \
+  --with-texmf-dir='C:/localtexmf'
address@hidden example
+
+The commands above are examples for common usage.  More on configuration
+options can be found in the detailed installation instructions below.
+
address@hidden
+If there were no error messages, type
+
address@hidden
+make
address@hidden example
+
+In case there were, please refer to the detailed description below.
+
address@hidden
+Finish the installation by typing
+
address@hidden
+make install
address@hidden example
address@hidden enumerate
+
address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]