summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-06-12 20:28:23 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-06-12 20:28:23 +0200
commit60600a52b7ef6ac83e95d62acc96ebf46c2b0f63 (patch)
treea04d650a01884fe1ffee159f878646d0015b83d2 /docs
parentcda0a8e4be148c8a820a75f4d482574666fb2980 (diff)
[docs] document homebrew install
Diffstat (limited to 'docs')
-rw-r--r--docs/hacking/osx.rst17
1 files changed, 17 insertions, 0 deletions
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
===========