diff options
author | Yann Ylavic <ylavic@apache.org> | 2023-12-06 13:45:26 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2023-12-06 13:45:26 +0100 |
commit | bd3bc707303a27bc87a6acba33ebdd518b956b3d (patch) | |
tree | 09d0dc9267c7ba43c30f05c97348e4a301b55cd4 /docs/manual/platform | |
parent | docs: update/fix download link for awk.exe on Windows. (diff) | |
download | apache2-bd3bc707303a27bc87a6acba33ebdd518b956b3d.tar.xz apache2-bd3bc707303a27bc87a6acba33ebdd518b956b3d.zip |
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
Diffstat (limited to 'docs/manual/platform')
-rw-r--r-- | docs/manual/platform/win_compiling.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/manual/platform/win_compiling.xml b/docs/manual/platform/win_compiling.xml index a2bef7ecb7..69fe782f2b 100644 --- a/docs/manual/platform/win_compiling.xml +++ b/docs/manual/platform/win_compiling.xml @@ -128,9 +128,11 @@ modified using the <code>awk.exe</code> 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 <code>awk.exe</code> binary for Windows can be - downloaded and extracted from the zip archive available - <a href="https://gnuwin32.sourceforge.net/packages/gawk.htm">here</a> + installation. The <code>awk.exe</code> binary for Windows can be + compiled from the original Brian Kernighan's sources available + <a href="https://svn.apache.org/repos/asf/httpd/httpd/win32-msi/trunk/awk/">here</a>, + or the GNU awk binary can be downloaded and extracted from the zip archive + <a href="https://gnuwin32.sourceforge.net/packages/gawk.htm">here</a>, and then placed in some %PATH% directory on the build system. <note>If awk.exe is not found, Makefile.win's install target |