[31443] in CVS-changelog-for-Kerberos-V5
krb5 commit: Give full list of UNIX utilities in Windows README
daemon@ATHENA.MIT.EDU (ghudson@mit.edu)
Tue Jun 17 17:07:03 2025
From: ghudson@mit.edu
To: cvs-krb5@mit.edu
Message-Id: <20250617210657.6A7301031F1@krbdev.mit.edu>
Date: Tue, 17 Jun 2025 17:06:57 -0400 (EDT)
MIME-Version: 1.0
Reply-To: krbdev@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/42230206191ea89d3873a61f1122069fdff92fcc
commit 42230206191ea89d3873a61f1122069fdff92fcc
Author: Demon <hyh19962008@gmail.com>
Date: Sun Jun 15 22:46:17 2025 +0800
Give full list of UNIX utilities in Windows README
src/windows/README | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/windows/README b/src/windows/README
index 7ca84a8ee..d6766a4f9 100644
--- a/src/windows/README
+++ b/src/windows/README
@@ -29,7 +29,7 @@ To build Kerberos 5 on Windows, you will need the following:
* A version of Perl. We recommend Strawberry Perl as it will work
to build OpenSSL.
-* Some common Unix utilities such as sed/awk/cp/cat installed in the
+* Some common Unix utilities (sed/awk/cp/cat/mv/rm) installed in the
command-line path.
* To build an MSI installer, the Windows Installer XML (WiX) toolkit,
@@ -71,10 +71,10 @@ defining DEBUG_SYMBOL in the environment or on the nmake command line.
Building the code and installer:
-------------------------------
-First, make sure you have sed, (g)awk, cat, and cp.
-You must also define KRB_INSTALL_DIR either in the environment or
-on the command line (for nmake install). If you are proceeding to build
-the MSI installer, this directory should be a temporary staging area in or
+First, make sure you have sed, (g)awk, cat, mv, rm and cp. You must
+also define KRB_INSTALL_DIR either in the environment or on the
+command line (for nmake install). If you are proceeding to build the
+MSI installer, this directory should be a temporary staging area in or
near your build tree. The directory must exist before nmake install
is run.
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5