]> git.eshelyaron.com Git - emacs.git/commitdiff
Add URL of another site with detailed build instructions.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Mar 2007 11:10:51 +0000 (11:10 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Mar 2007 11:10:51 +0000 (11:10 +0000)
nt/ChangeLog
nt/INSTALL

index 91696f44b0eb5449324ecc97fde7617671a909e2..5df79a70fc13eb18c29a4c6753457c51d29b87c9 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL: Add URL of another site with detailed build
+       instructions.
+
 2007-02-16  Glenn Morris  <rgm@gnu.org>
 
        * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
index e5ef978a847726bf1ce7277bf91259dfcfaa36cb..cc677c3486d1e2d485748c57717b1c2a7b109559 100644 (file)
@@ -26,7 +26,8 @@
        command.com /c configure.bat
 
   3. Run the Make utility suitable for your environment.  If you build
-     with the Microsoft's Visual C compiler:
+     with the Microsoft's Visual C compiler (but see notes about using
+     VC++ 8.0 and later below):
 
        nmake
 
   part).
 
   Note that building Emacs with Visual Studio 2005 (VC++ 8.0) is not
-  supported at this time.
+  supported at this time, due to changes introduced by Microsoft into
+  the libraries shipped with the compiler.
 
   The rest of this file assumes you have a working development
   environment.  If you just installed  such an environment, try
 
     http://www.emacswiki.org/cgi-bin/wiki/WThirtyTwoInstallationKit
 
-  and at this URL:
+  and on these URLs:
 
     http://ourcomments.org/Emacs/w32-build-emacs.html
+    http://derekslager.com/blog/posts/2007/01/emacs-hack-3-compile-emacs-from-cvs-on-windows.ashx
+
+  The second URL above includes instructions for building with MSVC,
+  as well as with MinGW, while the first URL covers only MinGW, but
+  has more details about it.
 
 * Configuring