Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 576 Bytes

how_to_build_macos.md

File metadata and controls

36 lines (28 loc) · 576 Bytes

How to Build Locally on macOS

Requirements

Building

> mkdir build
> cd build
> cmake ../sources/
> make
> sh ../macOS/macdeploy.sh
> open KumoWorks.app

How to Generate the Installer

Requirements

  • Xcode (pkgbuild, productbuild)
  • Qt
  • gsed

Run script

./macOS/macinstaller.rb [BUNDLE_PATH] [VERSION(floatnum)]

Where;

  • BUNDLE_PATH: path to built bundle
  • VERSION: version of the package

Example

./macOS/macinstaller.rb ./build/KumoWorks.app 0.0.1