MacOSX Deployment

From Scribus Wiki
Revision as of 11:03, 27 March 2014 by Kunda (talk | contribs) (Experimental)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Announcement: Experimental Page
With experimental information

Compile and build MacOSX version for deploying on other macs

  1. Compile Scribus from (SVN or SVN HEAD) using Scribus and Homebrew
  2. Use builtin Qt app to create dmg
    ~/Qt/5.x.x/clang_64/bin/macdeployqt scribus-dev.app -dmg
  3. Convert dmg to read/write via CLI
    hdiutil convert -format UDRW -o scribus-dev scribus-dev.dmg
  4. Mount scribus-dev.dmg volume
    open scribus-dev.dmg
  5. Create symlink to /Applications
    cd /Volumes/bin:scribus-dev
    ln -s /Applications ./Applications
  6. Unmount scribus-dev volume
    umount /Volumes/bin:scribus-dev


Relevant