* Updated for 1.9.8

This commit is contained in:
olle 2005-02-22 22:38:55 +00:00
parent 4ba407d2ff
commit 5305828f39
2 changed files with 13 additions and 6 deletions

View File

@ -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
--------------

View File

@ -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: