emacs.rst
changeset 278 a58e223b692f
parent 275 3b1d21da03e3
child 280 4739b9c54c18
equal deleted inserted replaced
273:47bd3ab92f6f 278:a58e223b692f
   103 
   103 
   104 Read emacs/nt/INSTALL.
   104 Read emacs/nt/INSTALL.
   105 
   105 
   106   $ cmd
   106   $ cmd
   107   $ cd emacs\nt
   107   $ cd emacs\nt
   108   $ configure.bat --with-gcc --cflags -Ic:/opt/gnuwin32/include
   108   $ configure.bat --prefix %INST_ROOT% --with-gcc --cflags -I%GNUWIN32_ROOT%/include --ldflags -L%GNUWIN32_ROOT%/lib  --ldflags -lregex
   109   $ make bootstrap
   109   $ make bootstrap
   110   $ make info
   110   $ make info
   111   $ make install
   111   $ make install