Removed bogus information about CW builds and updated library names
authorMiro Jurisic <meeroh@mit.edu>
Thu, 29 Apr 1999 20:33:40 +0000 (20:33 +0000)
committerMiro Jurisic <meeroh@mit.edu>
Thu, 29 Apr 1999 20:33:40 +0000 (20:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11398 dc483132-0cff-0310-8789-dd5450dbe970

src/mac/ReadMe

index 10b0e5a44ab6eed4c58ef3b097368a875e81d2da..9e5226b69151fb70d2d3f248bb4112a9b1857054 100644 (file)
@@ -12,7 +12,9 @@ To build the Macintosh version of Kerberos 5 and GSS:
 --- Installing tools ---
 
        1) Install CodeWarrior Pro 4, including MPW.
-               This build of Kerberos v5 and GSS requires CodeWarrior Pro4 MPW tools!
+               This build of Kerberos v5 and GSS requires CodeWarrior Pro4 MPW tools.
+               Don't forget to run one of 4 Metrowerks MPW scripts, as described at the
+               bottom of MPW worksheet the first time you launch it.
 
        2) Download MacPerl and MacPerl MPW tool from
        
@@ -22,8 +24,11 @@ To build the Macintosh version of Kerberos 5 and GSS:
           tool.  The *_appl and *_tool versions work properly with our scripts, e.g.,
           you should download "Mac_Perl_520r4_appl.bin" and "Mac_Perl_520r4_tool.bin".
 
-       3) Install MacPerl and MacPerl MPW tool (by following the installation 
-          instructions provided with them).
+       3) Install MacPerl and MacPerl MPW tool by following the installation 
+          instructions provided with them:
+           - install MacPerl application before installing MacPerl tool
+               - after installing MacPerl tool, run its MPW configuration script
+                 and follow the instructions
 
 --- Preparing Kerberos v5 build tree ---
 
@@ -33,8 +38,9 @@ To build the Macintosh version of Kerberos 5 and GSS:
           (e.g. "GSS-Kerberos5").
 
        6) Build target "prebuild" in MPW.
-               This will create a new Makefile, and launch your CodeWarrior IDE to build
-               some CodeWarrior projects. You may be asked to locate CodeWarrior IDE.
+               This will create a new Makefile, so you may be asked whether you 
+               want to save changes to the Makefile if you opened it before step
+               6. Save the changes.
            
 --- Building libraries ---
 
@@ -61,21 +67,22 @@ To build the Macintosh version of Kerberos 5 and GSS:
        
        The following binary components are provided/built in this release:
 
-       :GSSLib
-       * Fat CFM Shared Library including both GSS and Kerberos 5 libraries.
+       ":MIT Kerberos Library"
+       * Fat CFM Shared Library including GSS, and Kerberos v5, CCache, and DES
+          libraries.
        * Not for linking against in your projects; include in distributions to
          be placed in System Folder:Extensions.
        
-       :GSSLibrary68K
+       :GSSLib.68K
        * CFM Shared Library including GSS for 68k Macs.
        
-       :GSSLibraryPPC
+       :GSSLib.PPC
        * CFM Shared Library including GSS for PowerPC Macs.
        
-       :K5Library68K
+       :Kerberos5Lib.68K
        * CFM Shared Library including Kerberos 5 for 68k Macs.
        
-       :K5LibraryPPC
+       :Kerberos5Lib.68K
        * CFM Shared Library including Kerberos 5 for PowerPC Macs.
        
           :mac:krb5.ini
@@ -91,7 +98,7 @@ To build the Macintosh version of Kerberos 5 and GSS:
           1) Copy the :mac:krb5.ini file (configured for your site) into
              the "Preferences" folder in the "System Folder".
           
-          2) Install the shared libraries by copying the  "GSSLib" file
+          2) Install the shared libraries by copying the  "MIT Kerberos Library" file
              to the "Extensions" folder in the "System Folder".
           
           3) If you are using System 7.6 or earlier on a 68K Mac, install
@@ -101,9 +108,7 @@ To build the Macintosh version of Kerberos 5 and GSS:
 
 --- Getting Started Programming ---
 
-       You can program using either the Kerberos 5 or GSS APIs. (Currently the
-       GSS Library depends on the krb5 library; this means you will have to 
-       link against both if you are using static libraries.)
+       You can program using either the Kerberos 5 or GSS APIs.
 
        To add Kerberos functionality to a Code Warrior based application:
        
@@ -118,8 +123,8 @@ To build the Macintosh version of Kerberos 5 and GSS:
                        Set the project options to 4 byte integers and enums treated as ints.
 
           3) Classic 68K application: use glue for shared libraries
-                       For GSSAPI, add GSS.CFMglue.c to your project
-                       For Kerberos v5 API, add K5.CFMglue.c to your project
+                       For GSSAPI, add GSSLib.glue.c to your project
+                       For Kerberos v5 API, add Kerberos5.glue.c to your project
                        Set the project options to 4 byte integers and enums treated as ints.
 
     A PDF document describing the Kerberos 5 API is located at: