Skip to content
Snippets Groups Projects
Select Git revision
  • af3c29a4cff12f8572527cd79095d50d16c5da84
  • 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

build_macosx_bundle.sh

Blame
  • user avatar
    Dilawar Singh authored
    git-subtree-dir: moose-core
    git-subtree-split: 1318029dc3bc67f182dfe22369929b8abc0c9b52
    6b27e69e
    History
    build_macosx_bundle.sh 238 B
    #!/bin/bash
    mkdir -p _build 
    (
        cd _build
        rm -f moose*.dmg
        rm -rf moose-3.0.1-Linux*
        cmake -DCMAKE_INSTALL_PREFIX=/Moose.app ..
        make -j4
        #cpack -G Bundle 
        cpack -G DragNDrop -V
        7z x moose-3.0.1-Linux-.dmg
    )