Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 798 Bytes

PhoebusOnAppleM1.md

File metadata and controls

58 lines (38 loc) · 798 Bytes

Phoebus with macOS

This is currently only tested with only arm64.

Commands

The following steps are required to prepare and compile the latest Phoebus in a clone directory.

make init
make patch
make conf.macos
make build.phoebus
make prop.phoebus

Install it through a Linux way

make install.phoebus
make exist
source scripts/activate-phoebus
xPhoebus

Install it to Applications

Please check the LaunchPad, one can see the Advanced Light Source Phoebus Icon.

make macapp

Create the dmg file

dmg file will be located in $(TOP)

make dmgapp

Zipped Apple Applications

zip file will be located in $(TOP)

make zipapp

tar.gz

tar.gz file will be located in $(TOP)

make tarapp