diff options
Diffstat (limited to 'docs')
| -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  | 
