Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.17 KB

osxbundler

build status

Create a pspp application bundle (dmg) for MacOS. Bundles are available here

https://www.hs-augsburg.de/homes/beckmanf/pspp/

Nightly dmg builds for the released and the nightly pspp versions are availble via the github CI/CD chain:

https://github.com/fredowski/osxbundler/actions

Create Bundle

The pspp bundle is build via the homebrew environment and then bundled via a modified gtk-mac-bundler version (branch homebrew) which has been adapted to the homebrew environment.

  • Install Homebrew
  • Clone this repository via git clone --recurse-submodules https://github.com/fredowski/osxbundler.git
  • Install the build environment with install-build-env.sh
  • buildpspp.sh - build pspp and create the MacOS application bundle

Contact: [email protected]