Compiling emacs.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 05 Jan 2010 21:59:08 +0200
changeset 270 f11742a1e175
parent 269 77c8799aa8de
child 271 594c6470789d
Compiling emacs.
emacs.rst
--- a/emacs.rst	Tue Jan 05 21:58:51 2010 +0200
+++ b/emacs.rst	Tue Jan 05 21:59:08 2010 +0200
@@ -93,3 +93,19 @@
 
   http://anc.ed.ac.uk/~stephen/emacs/ell.html
   http://www.emacswiki.org/emacs/WikifiedEmacsLispList
+
+* Compiling emacs.
+
+** Windows.
+
+Get MSYS for POSIX shell and utilities . Get MinGW for GCC. Get Gnuwin32 for
+jpeg, ungif, tiff, xpm, png, zlib libraries.
+
+Read emacs/nt/INSTALL.
+
+  $ cmd
+  $ cd emacs\nt
+  $ configure.bat --with-gcc --cflags -Ic:/opt/gnuwin32/include
+  $ make bootstrap
+  $ make info
+  $ make install