From 60c4425029324229ec7cdd5513e036b5354eeb4c Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 29 May 2017 12:36:12 +0200 Subject: add osx/windows documents --- docs/hacking/osx.rst | 24 ++++++++++++++++++++++++ docs/hacking/windows.rst | 15 +++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 docs/hacking/osx.rst create mode 100644 docs/hacking/windows.rst (limited to 'docs/hacking') 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 + diff --git a/docs/hacking/windows.rst b/docs/hacking/windows.rst new file mode 100644 index 00000000..f9e2f8fe --- /dev/null +++ b/docs/hacking/windows.rst @@ -0,0 +1,15 @@ +.. _win-dev: + +Setting up a development environment in Windows™ +================================================ + +This document gathers notes to setup a development environment inside a virtual +machine or a metal one. Tested with Windows 7. + +There is some work in progress, that was done initially by Paixu, for building +the windows installers from within several docker containers running linux (see +``pkg/windows/Readme.rst``. + +* Install ``git`` +* Install Microsoft Visual C++ Compiler for Python 2.7 https://aka.ms/vcpython27 + -- cgit v1.2.3