diff options
author | Kali Kaneko <kali@leap.se> | 2017-11-30 15:10:38 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-11-30 15:10:38 +0100 |
commit | 56704dbe906901e4d22ef03affd7b64e4975b7ef (patch) | |
tree | cf751faa41d593cc58cd1f6a0872b990fcf02d28 /docs/hacking | |
parent | cf543e1d31776960192df44becdf59b867eeed7f (diff) |
[pkg] pick gpg from local build
Diffstat (limited to 'docs/hacking')
-rw-r--r-- | docs/hacking/osx.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/hacking/osx.rst b/docs/hacking/osx.rst index 45f1823e..e5bd306a 100644 --- a/docs/hacking/osx.rst +++ b/docs/hacking/osx.rst @@ -33,6 +33,11 @@ In OSX, we're using ``pywebview`` for the GUI launcher, that depends on ``pyobjc * Install the rest of dependencies as usual. +You also want to build the thirdparty binaryes (openvpn, gpg):: + + cd pkg/thirdparty/gnupg && ./build_gnupg.sh + + After installing that, you should be able to build the bundle:: make bundle_osx |