From 9fd7129a2b616df701b13a6cf7df2f7d75011eff Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 13 Jun 2017 18:41:16 +0200 Subject: [pkg] simplify osx/linux target --- docs/hacking/osx.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'docs/hacking') diff --git a/docs/hacking/osx.rst b/docs/hacking/osx.rst index 57f7321a..5b133f04 100644 --- a/docs/hacking/osx.rst +++ b/docs/hacking/osx.rst @@ -5,9 +5,7 @@ Setting up a development environment in OSX™ .. note: work in progress -* Make sure you're using a new enough version of pip (1.8 or newest). -This will make all the problems with ``cryptography`` going away, since it will -install the statically built wheel. +* Make sure you're using a new enough version of pip (1.8 or newest). This will make all the problems with ``cryptography`` going away, since it will install the statically built wheel. * Use ``brew`` to install ``OpenSSL``. @@ -21,11 +19,10 @@ workaround in an issue in qutebrowser's repo, works fine for me for now:: .. note: copy that into a makefile target -* After those fixes, you should be able to build the bundle:: +After those fixes, you should be able to build the bundle:: - make bundle + make bundle_osx -.. note: make a osx target!!! Privileged helper ================= -- cgit v1.2.3