update macos readme

This commit is contained in:
Arjan Molenaar 2019-04-29 13:31:02 +02:00
parent 94f544b274
commit 31bb5399af

View File

@ -3,15 +3,13 @@ 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].
Same with pygtk. This script picks up those files, changes the link references
and drops them in a bundle.
GTK+ and friends should be installed in /usr/local, using [Homebrew][1]. This
script picks up those files, drops them in a bundle and changes the link
references.
As said, the binary parts have to be present on the system. The rest is done
with [virtualenv][2] and [easy_install][3].
While most of the stuff is static, some configuration files of GTK+ don't like changing. Those files are fixed and put in $HOME/.gaphor/bundle.
with [pip][2] in a [venv][3].
[1]: http://github.com/amolenaar/homebrew
[2]: http://pypi.python.org/pypi/virtualenv
[3]: http://pypi.python.org/pypi/setuptools
[2]: https://pypi.org/project/pip/
[3]: https://docs.python.org/3/library/venv.html