From: Miro Jurisic Date: Thu, 29 Apr 1999 20:33:40 +0000 (+0000) Subject: Removed bogus information about CW builds and updated library names X-Git-Tag: krb5-1.1-beta1~199 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e6fce6aac59b06abfea9df7c12418032a06dc025;p=krb5.git Removed bogus information about CW builds and updated library names git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11398 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/mac/ReadMe b/src/mac/ReadMe index 10b0e5a44..9e5226b69 100644 --- a/src/mac/ReadMe +++ b/src/mac/ReadMe @@ -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: