emacs.rst
changeset 270 f11742a1e175
parent 269 77c8799aa8de
child 275 3b1d21da03e3
equal deleted inserted replaced
269:77c8799aa8de 270:f11742a1e175
    91 
    91 
    92 See
    92 See
    93 
    93 
    94   http://anc.ed.ac.uk/~stephen/emacs/ell.html
    94   http://anc.ed.ac.uk/~stephen/emacs/ell.html
    95   http://www.emacswiki.org/emacs/WikifiedEmacsLispList
    95   http://www.emacswiki.org/emacs/WikifiedEmacsLispList
       
    96 
       
    97 * Compiling emacs.
       
    98 
       
    99 ** Windows.
       
   100 
       
   101 Get MSYS for POSIX shell and utilities . Get MinGW for GCC. Get Gnuwin32 for
       
   102 jpeg, ungif, tiff, xpm, png, zlib libraries.
       
   103 
       
   104 Read emacs/nt/INSTALL.
       
   105 
       
   106   $ cmd
       
   107   $ cd emacs\nt
       
   108   $ configure.bat --with-gcc --cflags -Ic:/opt/gnuwin32/include
       
   109   $ make bootstrap
       
   110   $ make info
       
   111   $ make install