From bd3bc707303a27bc87a6acba33ebdd518b956b3d Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Wed, 6 Dec 2023 12:45:26 +0000 Subject: [PATCH] docs: Follow up to r1914382: Propose to build from sources too. And provide our link to them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914384 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform/win_compiling.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/manual/platform/win_compiling.xml b/docs/manual/platform/win_compiling.xml index a2bef7ecb7c..69fe782f2b4 100644 --- a/docs/manual/platform/win_compiling.xml +++ b/docs/manual/platform/win_compiling.xml @@ -128,9 +128,11 @@ modified using the awk.exe utility. awk was chosen since it is a very small download (compared with Perl or WSH/VB) and accomplishes the task of modifying configuration files upon - installation. The GNU awk.exe binary for Windows can be - downloaded and extracted from the zip archive available - here + installation. The awk.exe binary for Windows can be + compiled from the original Brian Kernighan's sources available + here, + or the GNU awk binary can be downloaded and extracted from the zip archive + here, and then placed in some %PATH% directory on the build system. If awk.exe is not found, Makefile.win's install target -- 2.47.2