From 56704dbe906901e4d22ef03affd7b64e4975b7ef Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 30 Nov 2017 15:10:38 +0100 Subject: [pkg] pick gpg from local build --- docs/hacking/osx.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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 -- cgit v1.2.3