all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Leake <stephen_leake@stephe-leake.org>
To: emacs-devel <emacs-devel@gnu.org>
Subject: Re: [emacs-announce] Emacs pretest 26.0.90 is out
Date: Wed, 25 Oct 2017 15:41:47 -0500	[thread overview]
Message-ID: <86vaj3x8ms.fsf@stephe-leake.org> (raw)
In-Reply-To: <87po9t2w96.fsf@petton.fr> (Nicolas Petton's message of "Wed, 11 Oct 2017 23:46:29 +0200")

[-- Attachment #1: Type: text/plain, Size: 721 bytes --]

Nicolas Petton <nicolas@petton.fr> writes:

> The first pretest for what will be the 26.1 release of Emacs
> (the extensible text editor) is available at
>
>   ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-26.0.90.tar.xz

This works for me on Windows 81, MingW64.

I deleted my previous MingW64 install, and installed a fresh one,
attempting to follow the instructions in emacs/nt/INSTALL.W64.

The current MingW64 differs from those instructions; it has *.exe
instead of *.sh for starting the msys and mingw shells. There was also a
change in the spelling of a package in the list of pacman packages.

Attached is a diff for INSTALL.W64. If there are no objections, I'll
commit this on the emacs-26 branch.

-- 
-- Stephe

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: INSTALL.W64.diff --]
[-- Type: text/x-patch, Size: 2352 bytes --]

diff --git a/nt/INSTALL.W64 b/nt/INSTALL.W64
index 841660bf0f..71864ce8c2 100644
--- a/nt/INSTALL.W64
+++ b/nt/INSTALL.W64
@@ -49,13 +49,13 @@ will also be available at the Windows console.
 
 ** Download and install the necessary packages
 
-Run msys2_shell.bat in your MSYS2 directory and you will see a BASH window
+Run c:/msys64/msys2.exe in your MSYS2 directory and you will see a BASH window
 opened.
 
 In the BASH prompt, use the following command to install the necessary
 packages (you can copy and paste it into the shell with Shift + Insert):
 
-  pacman -S base-devel \
+  pacman -S --needed base-devel \
   mingw-w64-x86_64-toolchain \
   mingw-w64-x86_64-xpm-nox \
   mingw-w64-x86_64-libtiff \
@@ -63,7 +63,7 @@ packages (you can copy and paste it into the shell with Shift + Insert):
   mingw-w64-x86_64-libpng \
   mingw-w64-x86_64-libjpeg-turbo \
   mingw-w64-x86_64-librsvg \
-  mingw-w64-x86_64-liblcms2 \
+  mingw-w64-x86_64-lcms2 \
   mingw-w64-x86_64-libxml2 \
   mingw-w64-x86_64-gnutls \
   mingw-w64-x86_64-zlib
@@ -126,10 +126,10 @@ Now you're ready to build and install Emacs with autogen, configure, make,
 and make install.
 
 First we need to switch to the MinGW-w64 environment.  Exit the MSYS2 BASH
-console and run mingw64_shell.bat in the C:\msys64 folder, then cd back to
+console and run mingw64.exe in the C:\msys64 folder, then cd back to
 your Emacs source directory, e.g.:
 
-  cd /c/emacs/emacs-25
+  cd /c/emacs/emacs-26
 
 ** Run autogen
 
@@ -146,7 +146,7 @@ that the example given here is just a simple one - for more information
 on the options available please see the INSTALL file in this directory.
 
 The '--prefix' option specifies a location for the resulting binary files,
-which 'make install' will use - in this example we set it to C:\emacs\emacs-25.
+which 'make install' will use - in this example we set it to C:\emacs\emacs-26.
 If a prefix is not specified the files will be put in the standard Unix
 directories located in your C:\msys64 directory, but this is not recommended.
 
@@ -154,7 +154,7 @@ Note also that we need to disable Imagemagick because Emacs does not yet
 support it on Windows.
 
   PKG_CONFIG_PATH=/mingw64/lib/pkgconfig \
-  ./configure --prefix=/c/emacs/emacs-25 --without-imagemagick
+  ./configure --prefix=/c/emacs/emacs-26 --without-imagemagick
 
 ** Run make
 

  parent reply	other threads:[~2017-10-25 20:41 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-11 21:46 [emacs-announce] Emacs pretest 26.0.90 is out Nicolas Petton
2017-10-17 11:05 ` Phillip Lord
2017-10-17 13:40   ` Drew Adams
2017-10-17 13:44     ` Noam Postavsky
2017-10-17 14:06       ` Drew Adams
2017-10-17 14:53         ` Phillip Lord
2017-10-17 18:14           ` Richard Copley
2017-10-25 20:41 ` Stephen Leake [this message]
2017-10-25 20:46   ` Noam Postavsky
2017-10-25 20:57   ` Stefan Monnier
2017-10-26 20:33     ` Stephen Leake
2017-11-03  9:53   ` Eli Zaretskii
2017-11-03 17:09     ` Stephen Leake
2017-11-03 18:48       ` Phillip Lord
2017-11-03 19:46         ` INSTALL.W64 Stephen Leake
2017-11-03 20:18           ` INSTALL.W64 Eli Zaretskii
2017-11-03 22:55             ` INSTALL.W64 Fabrice Popineau
2017-11-04  9:02               ` INSTALL.W64 Michael Albinus
2017-11-04 10:58                 ` INSTALL.W64 Fabrice Popineau
2017-11-04 12:08                   ` INSTALL.W64 Michael Albinus
2017-11-04 12:17                 ` INSTALL.W64 Eli Zaretskii
2017-11-04 12:29                   ` INSTALL.W64 Fabrice Popineau
2017-11-04 13:14                     ` INSTALL.W64 Eli Zaretskii
2017-11-04 13:26                       ` INSTALL.W64 Michael Albinus
2017-11-04 13:39                         ` INSTALL.W64 Eli Zaretskii
2017-11-03 21:15           ` INSTALL.W64 Phillip Lord
2017-11-04  7:52             ` INSTALL.W64 Eli Zaretskii
2017-11-03 20:09         ` [emacs-announce] Emacs pretest 26.0.90 is out Eli Zaretskii
2017-11-03 21:17           ` Phillip Lord
2017-11-04  7:54             ` Eli Zaretskii
2017-10-26  6:32 ` Jeremie Courreges-Anglas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86vaj3x8ms.fsf@stephe-leake.org \
    --to=stephen_leake@stephe-leake.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.