]> code.delx.au - gnu-emacs/commitdiff
Improve MS-Windows build instructions (Bug#19989)
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Mar 2015 13:12:57 +0000 (15:12 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Mar 2015 13:12:57 +0000 (15:12 +0200)
 nt/INSTALL: Add some more installation instructions for mingw-get
 users.

nt/ChangeLog
nt/INSTALL

index 861cb18f0b23def6b3a6e2efb181e26905acf607..e11a923c23c92f01b364cdb969e021188c737bc3 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL: Add some more installation instructions for mingw-get
+       users.  (Bug#19989)
+
 2015-02-10  Noam Postavsky  <npostavs@users.sourceforget.net>
 
        * nt/cmdproxy.c (batch_file_p): New function.
index c4e190f6f349a272d575d0a4c6ff54763bae675c..f615b1e5c35c666078916289beab56109bdc336a 100644 (file)
@@ -108,12 +108,33 @@ Windows 9X as well).
    . msys-base
    . mingw-developer-toolkit
 
+  When the installation ends, perform the post-installation steps
+  described on this page of the MinGW site:
+
+    http://www.mingw.org/wiki/Getting_Started
+
+  in the "After Installing You Should ..." section.  These steps are
+  important for making your installation complete, and in particular
+  will produce a desktop shortcut for running the MSYS Bash shell,
+  from which you will configure and build Emacs.  Once you've made the
+  shortcut, double-click on it to open the MSYS Bash shell window,
+  where you will proceed with the rest of these instructions.
+
+  In addition, we suggest to modify your system-wide Path variable to
+  include the 'bin' subdirectory of your top-level MinGW installation
+  directory, the one you specified to mingw-get ("C:\MinGW" by
+  default).  This will allow you to invoke the MinGW development
+  tools, like GCC, from the Windows cmd.exe shell windows or from
+  other Windows programs (including Emacs, after you build and install
+  it).
+
   (We recommend that you refrain from installing the MSYS Texinfo
   package, which is part of msys-base, because it might produce mixed
   EOL format when installing Info files.  Instead, install the MinGW
   port of Texinfo, see the ezwinports URL below.  To uninstall the
   MSYS Texinfo, after installing it as part of msys-base, invoke the
-  command "mingw-get remove msys-texinfo".)
+  command "mingw-get remove msys-texinfo", or mark "msys-texinfo" for
+  removal in the mingw-get GUI, then select Installation->Apply Changes.)
 
   At this point, you should be ready to configure and build Emacs in
   its basic configuration.  Skip to the "Generating the configure