krb5 commit: Give full list of UNIX utilities in Windows README

ghudson at mit.edu ghudson at mit.edu
Tue Jun 17 17:06:57 EDT 2025


https://github.com/krb5/krb5/commit/42230206191ea89d3873a61f1122069fdff92fcc
commit 42230206191ea89d3873a61f1122069fdff92fcc
Author: Demon <hyh19962008 at 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.
 


More information about the cvs-krb5 mailing list