You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lu...@apache.org on 2016/06/06 23:59:48 UTC

svn commit: r1747094 - /subversion/trunk/INSTALL

Author: luke1410
Date: Mon Jun  6 23:59:48 2016
New Revision: 1747094

URL: http://svn.apache.org/viewvc?rev=1747094&view=rev
Log:
awk is not required to build APR >= 1.1.1 anymore. Since we require APR >= 1.3
drop that requirement from the INSTALL documentation completely.

* INSTALL: For Windows build prerequisites drop statement that awk is required
  to build APR.

Modified:
    subversion/trunk/INSTALL

Modified: subversion/trunk/INSTALL
URL: http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=1747094&r1=1747093&r2=1747094&view=diff
==============================================================================
--- subversion/trunk/INSTALL (original)
+++ subversion/trunk/INSTALL Mon Jun  6 23:59:48 2016
@@ -715,9 +715,8 @@ II.   INSTALLATION
         Note that Python 3.x is not supported (yet).
       * Perl 5.8 or higher from http://www.perl.org/get.html
       * Awk (from http://www.cs.princeton.edu/~bwk/btl.mirror/awk95.exe) is
-        needed to compile Apache or APR without using CMake.  Note that this
-        is the actual awk program, not an installer - just rename it to
-        awk.exe and it is ready to use.
+        needed to compile Apache.  Note that this is the actual awk program,
+        not an installer - just rename it to awk.exe and it is ready to use.
       * Apache apr, apr-util, and optionally apr-iconv libraries, version
         1.3 or later (1.2 for apr-iconv). If you are building from a Subversion
         checkout and have not downloaded Apache 2, then get these 3 libraries