From 5305828f3908c7dd415e8b15107ea2a44b85c61a Mon Sep 17 00:00:00 2001 From: olle Date: Tue, 22 Feb 2005 22:38:55 +0000 Subject: [PATCH] * Updated for 1.9.8 --- install/macos/Installer README | 12 +++++++----- install/macos/README | 7 ++++++- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/install/macos/Installer README b/install/macos/Installer README index e41ce72087..5fcbd5b326 100644 --- a/install/macos/Installer README +++ b/install/macos/Installer README @@ -9,21 +9,21 @@ Free Pascal for MPW is still considered beta quality and a lot of things are still missing. However ordinary programs should be able to compile. And the compiler can compile itself. -Things which is not included: IDE, GDB, unitlity programs, demos, FPCMake +Things which is not included: unit SysUtils and its dependants +IDE, GDB, FPCMake -For documentation, please download separatelly. +For documentation, please download separate. How to install: --------------- -1. If yo do not have MPW, please install MPW first. +1. If you do not have MPW, please install MPW first. MPW can be downloaded for free from Apple, see web page: http://developer.apple.com/tools/mpw-tools/ download at: ftp://ftp.apple.com/developer/Tool_Chest/Core_Mac_OS_Tools/MPW_etc./ It is then recommended that you upgrade to MPW Shell 3.6b1. - 2. Double click the file "INSTALL". This will launch an install script (via the ToolServer application, which is included in the MPW installation). @@ -83,7 +83,9 @@ Tips * Use mac style search path's. -* Debugging is not available. +* Limited debugging with Power Mac Debugger can be done. To enable this, + compile the program with the -g switch. Then debugging at source level, + with stepping etc, can be done. However variables cannot be inspected. Inner workings -------------- diff --git a/install/macos/README b/install/macos/README index 5c6a9a5a17..aed612f5a2 100644 --- a/install/macos/README +++ b/install/macos/README @@ -2,7 +2,12 @@ To create a release, follow these steps: Build compiler and rtl by make cycle. (with MPW make) -Run the MPW script 'prepare' to create an installer package (as a stuffit archive). +Build the MacOS unit (located in rtl dir) (make macos with MPWMake) + +Run the MPW script 'prepare' (with version no as parameter) to create +an installer package (as a stuffit archive). E. g.: + + prepare 1.9.6 The installer package will consist of: