|
@@ -1,3 +1,7 @@
|
|
|
|
+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).
|
|
Run the MPW script 'prepare' to create an installer package (as a stuffit archive).
|
|
|
|
|
|
The installer package will consist of:
|
|
The installer package will consist of:
|
|
@@ -9,6 +13,8 @@ The installer package will consist of:
|
|
|
|
|
|
3) A FreePascal folder, containing all files to be installed.
|
|
3) A FreePascal folder, containing all files to be installed.
|
|
|
|
|
|
|
|
+NOTE maccopy is a help script for prepare.
|
|
|
|
+
|
|
NOTE If you have a fresh checkout from cvs, you might need to set the filetypes
|
|
NOTE If you have a fresh checkout from cvs, you might need to set the filetypes
|
|
of the scripts so that MPW eats them:
|
|
of the scripts so that MPW eats them:
|
|
SetFile -c 'MPS ' -t 'TEXT' prepare maccopy
|
|
SetFile -c 'MPS ' -t 'TEXT' prepare maccopy
|