summaryrefslogtreecommitdiff
path: root/docs/hacking/osx.rst
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-05-29 12:36:12 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-05-29 12:36:12 +0200
commit60c4425029324229ec7cdd5513e036b5354eeb4c (patch)
treecdece0c5a4518ed3b7b21e2a22212435a1b65532 /docs/hacking/osx.rst
parent78756309af0529a6d38a49e40667f18671649e2d (diff)
add osx/windows documents
Diffstat (limited to 'docs/hacking/osx.rst')
-rw-r--r--docs/hacking/osx.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/hacking/osx.rst b/docs/hacking/osx.rst
new file mode 100644
index 00000000..7accfc19
--- /dev/null
+++ b/docs/hacking/osx.rst
@@ -0,0 +1,24 @@
+.. _osx-dev:
+
+Setting up a development environment in OSX™
+============================================
+
+(work in progress)
+
+Make sure you're using a new enough version of pip (1.8 or newest).
+
+* Use ``brew`` to install ``OpenSSL``.
+
+* Use ``brew`` to install pyqt5::
+
+ brew install pyqt5 --with-python --without-python3
+
+ TODO:: --with-qt-webkit <<<< WORKS?
+
+ TODO:: Use PySide instead??
+
+Running OSX on KVM
+==================
+
+* https://github.com/kholia/OSX-KVM
+