information in it. (It's still not perfect!)
authorTheodore Tso <tytso@mit.edu>
Tue, 9 Feb 1999 02:46:00 +0000 (02:46 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 9 Feb 1999 02:46:00 +0000 (02:46 +0000)
readme: Update readme file so that it doesn't have obviously incorrect

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11152 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/ChangeLog
src/windows/readme

index 93a0ff48ac8b250d8610984229b17eb132b58b38..80754177443666af87066114d5d0e7e5a5966193 100644 (file)
@@ -1,3 +1,8 @@
+Mon Feb  8 21:45:05 1999  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * readme: Update readme file so that it doesn't have obviously
+               incorrect information in it.  (It's still not perfect!)
+
 1998-05-27  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * mkbin.bat: Added convenience batch file which copies all of the
index 92c4c019e52916cc3d11e8b21cf52db96015702f..df4e5b2238a179c32cde8027f8185149f94342e8 100644 (file)
@@ -18,13 +18,12 @@ On the PC side
 
 4) nmake -c                            # Configures the makefiles and runs
                                        # ...make in all the subdirectories.
-5) <make sure the config and realms files, krb.con and krb.rea, are in 
-    the windows directory.>
-
-The resulting interesting files will be:
-lib/libkrb5.dll                        # The actual DLL
-lib/libkrb5.lib                        # The library for linking in the DLL
-lib/gssapi.dll                         # A 2nd DLL for the gssapi world
-lib/gssapi.lib                         # The library for linking in the DLL
-windows/cns/cns.exe                    # Cygnus Network Security program
-windows/wintel/telnet                  # K5 authenticated telnet program
+
+5) mkbin                              # This will run a patch file which
+                                      # collects the DLL's and executables
+                                       # generated by the build procedure
+                                       # and place them in the kbin directory
+
+6) <make sure the configuration file krb5.ini is in the \windows or \winnt 
+    directory.>
+