Skip to content
Snippets Groups Projects
Select Git revision
  • 835d98ca18d23bb9da14286b78b12a3ddea9b7a0
  • master default protected
  • github/fork/hrani/master
  • github/fork/dilawar/master
  • chamcham
  • chhennapoda
  • wheel
  • 3.2.0-pre0
  • v3.1.3
  • 3.1.2
  • 3.1.1
  • chamcham-3.1.1
  • 3.1.0
  • ghevar_3.0.2_pre2
  • ghevar_3.0.2
15 results

HOWTO_MAC.md

Blame
  • user avatar
    Dilawar Singh authored
    2fed9a35
    History
    HOWTO_MAC.md 654 B

    This document describes how to create DMG package on MAC OSX.

    1. Run ./build_dmg_image_using_brew.sh
    • This script create an empty dmg file.
    • Mount it on /Volume/Moose_3.0.2
    • Install brew in it with prefix /Volumes/Moose_3.0.2 and brew install moose with given prefix.
    • It also adds an moosegui script which launches gui and also setup PYTHONPATH in ~/.bash_profile.
    1. Run ./release_dmg_file.sh
    • Copy the dmg created in step 1 and mount it.
    • Remove unneccessay files brew uninstall cmake gcc. This saves us approx 400 MB.
    • Create another dmg file from folder and compress it.
    • Compress this dmg file and test it on some MAC.