emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117063: Update nt/INSTALL for the latest changes in


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r117063: Update nt/INSTALL for the latest changes in configury.
Date: Mon, 05 May 2014 10:06:36 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117063
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2014-05-05 13:06:04 +0300
message:
  Update nt/INSTALL for the latest changes in configury.
  
   nt/INSTALL: Update to the effect that pkg-config is now required
   for building from the repository.
modified:
  nt/ChangeLog                   changelog-20091113204419-o5vbwnq5f7feedwu-1545
  nt/INSTALL                     install.msys-20130416132004-cxmtwcclsy15p2r8-1
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2014-04-30 19:54:52 +0000
+++ b/nt/ChangeLog      2014-05-05 10:06:04 +0000
@@ -1,3 +1,8 @@
+2014-05-05  Eli Zaretskii  <address@hidden>
+
+       * INSTALL: Update to the effect that pkg-config is now required
+       for building from the repository.
+
 2014-04-30  Eli Zaretskii  <address@hidden>
 
        * cmdproxy.c (make_absolute): Don't copy more characters from PATH

=== modified file 'nt/INSTALL'
--- a/nt/INSTALL        2014-03-30 18:55:19 +0000
+++ b/nt/INSTALL        2014-05-05 10:06:04 +0000
@@ -115,6 +115,11 @@
   MSYS Texinfo, after installing it as part of msys-base, invoke the
   command "mingw-get remove msys-texinfo".)
 
+  In addition, building Emacs from the development repository requires
+  pkg-config to be installed.  As the MinGW project does not offer it,
+  you will have to install it from elsewhere; see below (search for
+  "pkg-config").
+
   At this point, you should be ready to configure and build Emacs in
   its basic configuration.  Skip to the "Generating the configure
   script" section for the build instructions.  If you want to build it
@@ -173,15 +178,17 @@
 
      Available from http://sourceforge.net/projects/ezwinports/files/.
 
+   . pkg-config (invoked by the configure script to look for optional
+     packages; _required_ for building from the development
+     repository, as some components of pkg-config are needed to run
+     the autoconf and aclocal scripts)
+
+     Available from http://www.gtk.org/download/win32.php
+
    . gzip (needed to compress files during "make install")
 
      Available from http://gnuwin32.sourceforge.net/packages/gzip.htm.
 
-   . pkg-config (needed for building with some optional libraries,
-     such as GnuTLS and libxml2)
-
-     Available from http://www.gtk.org/download/win32.php
-
   Each package might list other packages as prerequisites on its
   download page (under "Runtime requirements"); download those as
   well.  (Using the mingw-get installer will fetch those prerequisites


reply via email to

[Prev in Thread] Current Thread [Next in Thread]