gaphor/macos-dmg/README.md

16 lines
557 B
Markdown
Raw Normal View History

2019-04-19 23:36:48 +02:00
Gaphor Mac OS X application bundle builder
==========================================
This module is used to create OS X app bundles for Gaphor. Nothing secret.
GTK and friends should be installed in /usr/local, using [Homebrew][1]. This
2019-04-29 13:31:02 +02:00
script picks up those files, drops them in a bundle and changes the link
references.
2019-04-19 23:36:48 +02:00
As said, the binary parts have to be present on the system. The rest is done
2019-04-29 13:31:02 +02:00
with [pip][2] in a [venv][3].
2019-04-19 23:36:48 +02:00
[1]: https://github.com/homebrew/brew
2019-04-29 13:31:02 +02:00
[2]: https://pypi.org/project/pip/
[3]: https://docs.python.org/3/library/venv.html