]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Give full list of UNIX utilities in Windows README 1438/head
authorDemon <hyh19962008@gmail.com>
Sun, 15 Jun 2025 14:46:17 +0000 (22:46 +0800)
committerGreg Hudson <ghudson@mit.edu>
Tue, 17 Jun 2025 20:40:19 +0000 (16:40 -0400)
src/windows/README

index 7ca84a8eec7506f9f6ad10378b58d6c8769447cd..d6766a4f99d0e75d5b901ea57636608d35a9e362 100644 (file)
@@ -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.