From 60600a52b7ef6ac83e95d62acc96ebf46c2b0f63 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 12 Jun 2017 20:28:23 +0200 Subject: [docs] document homebrew install --- docs/hacking/osx.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docs') diff --git a/docs/hacking/osx.rst b/docs/hacking/osx.rst index 8b438e0f..57f7321a 100644 --- a/docs/hacking/osx.rst +++ b/docs/hacking/osx.rst @@ -19,6 +19,14 @@ workaround in an issue in qutebrowser's repo, works fine for me for now:: https://raw.githubusercontent.com/Homebrew/homebrew/f802822b0fa35ad362aebd0101ccf83a638bed37/Library/Formula/{py,}qt5.rb brew install qt5 pyqt5 +.. note: copy that into a makefile target + +* After those fixes, you should be able to build the bundle:: + + make bundle + +.. note: make a osx target!!! + Privileged helper ================= @@ -59,6 +67,15 @@ These are shipped in ``pkg/osx``, and copied to .. note: cleanup unused helpers +Installing the bundle with homebrew +=================================== + +For testing purposes, homebrew can be used to distribute and install the +bundle. This should download and install the latest version of the bundle:: + + brew install kalikaneko/bitmask/bitmask + bitmask + Other notes =========== -- cgit v1.2.3