Skip to content

Conversation

tomooda
Copy link
Contributor

@tomooda tomooda commented Apr 3, 2025

To generate a build script for stand-alone cormas for macOS arm64/x86_64 and windows.

  1. launch pharo on macOS.
  2. Install the cormas with 'deploy' group.
  3. evaluate CormasCommandLineHandler generate to generate build script in ~/src/Cormas/build/ directory.
  4. open a terminal and cd ~/src/Cormas/build.
  5. execute bash build.sh to download vms and build a cormas image.
  6. You'll find Cormas-Installer-Darwin-arm64.dmg, Cormas-Installer-Darwin-x86_64.dmg and Cormas-Windows-x86_64.zip in the directory.
  7. On mac, open a dmg file to install Cormas.app to /Application. On Windows, unzip the zip file to your directory.
  8. To change setups, e.g. cert name for codesign, edit CormasCommandLineHandler>>generate.

@tomooda tomooda requested a review from olekscode April 3, 2025 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant