/[auctex]/auctex/doc/wininstall.texi
ViewVC logotype

Diff of /auctex/doc/wininstall.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by dak, Tue Jul 12 00:32:05 2005 UTC revision 1.24 by angeli, Fri Aug 19 12:41:52 2005 UTC
# Line 2  Line 2 
2  @include macros.texi  @include macros.texi
3  @end ifset  @end ifset
4    
5    @subheading In a Nutshell
6    
7    The following are brief installation instructions for the impatient.  In
8    case you don't understand some of this, run into trouble of some sort,
9    or need more elaborate information, refer to the detailed instructions
10    further below.
11    
12    @enumerate
13    @item
14    Install the prerequisites, i.e. GNU Emacs or XEmacs, MSYS or Cygwin, a
15    @TeX{} system, and Ghostscript.
16    
17    @item
18    Open the MSYS shell or a Cygwin shell and change to the directory
19    containing the unzipped file contents.
20    
21    @item
22    Configure @AUCTeX{}:
23    
24    For GNU Emacs: Many people like to install @AUCTeX{} into the pseudo
25    file system hierarchy set up by the Emacs installation.  Assuming Emacs
26    is installed in @file{C:/Program Files/Emacs} and the directory for
27    local additions of your @TeX{} system, e.g. Mik@TeX{}, is
28    @file{C:/localtexmf}, you can do this by typing the following statement
29    at the shell prompt:
30    
31    @example
32    ./configure --prefix='C:/Program Files/Emacs' \
33      --with-texmf-dir='C:/localtexmf'
34    @end example
35    
36    For XEmacs: You can install @AUCTeX{} as an XEmacs package.  Assuming
37    XEmacs is installed in @file{C:/Program Files/XEmacs} and the directory
38    for local additions of your @TeX{} system, e.g. Mik@TeX{}, is
39    @file{C:/localtexmf}, you can do this by typing the following command at
40    the shell prompt:
41    
42    @example
43    ./configure --with-xemacs='C:/Program Files/XEmacs/bin/xemacs' \
44      --with-texmf-dir='C:/localtexmf'
45    @end example
46    
47    The commands above are examples for common usage.  More on configuration
48    options can be found in the detailed installation instructions below.
49    
50    @item
51    If there were no error messages, type
52    
53    @example
54    make
55    @end example
56    
57    In case there were, please refer to the detailed description below.
58    
59    @item
60    Finish the installation by typing
61    
62    @example
63    make install
64    @end example
65    @end enumerate
66    
67    @subheading Detailed Installation Instructions
68    
69  Installation of @AUCTeX{} under Windows is in itself not more  Installation of @AUCTeX{} under Windows is in itself not more
70  complicated than on other platforms.  However, meeting the prerequisites  complicated than on other platforms.  However, meeting the prerequisites
71  might require more work than on some other platforms, and feel less  might require more work than on some other platforms, and feel less

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26