lazarus/tools/install/macosx
2024-10-25 21:38:21 +02:00
..
create_fpc-src_dmg.sh dmg: fpcsrc 2017-02-28 00:15:49 +00:00
create_lazarus_dmg.sh macos dmg: fixed using fpc target processor 2017-12-02 18:48:11 +00:00
environmentoptions.xml mac env options: added fpc source dir 2024-10-25 21:38:21 +02:00
fpc_installer_info.zip
fpc-release.packproj.template
fpc.packproj.template
fpcsrc-release.packproj.template
fpcsrc.packproj.template dmg: fpcsrc 2017-02-28 00:15:49 +00:00
lazarus.packproj.template
License.html
makefpcsnapshot.sh
makefpcsrcsnapshot.sh
makelazsnapshot.sh
ReadMe.html
README.txt
uninstall.sh Installer: package reference removed in uninstall script (issue #29306) 2024-05-22 20:37:38 +08:00

How to create the lazarus release dmg:
Download and install iceberg from
  http://s.sudre.free.fr/Software/Iceberg.html

=== Creating the dmg ======================================

cd tools/install/macosx
./create_lazarus_dmg.sh


=== Editing the Iceberg file ==============================
cd tools/install/macosx
./create_lazarus_dmg.sh edit

This will create ~/tmp/buildlaz/lazarus.packproj. Open the file with Iceberg.
When changed, save the file. Copy it back to the lazarus sources:
cp ~/tmp/buildlaz/lazarus.packproj <lazarus>/tools/install/macosx/lazarus_release.packproj.template

The script will replace the following:
  _LAZVERSION_ with $LazVersion
  _DATESTAMP_ with $DATESTAMP
  18273645 with $LAZMAJORVERSION
  45362718 with $LAZMINORVERSION