diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-30 01:16:59 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-30 01:18:27 +0200 |
commit | 35bec6cf556e7ed7b6b40d2c2b2d5d6e44dc8a6e (patch) | |
tree | 72421e6c0ded15b944d350bba6cdd5d15bdf7369 /docs/hacking/windows.rst | |
parent | 4b7df4ec5240d81475993c221a96b07b4dd38210 (diff) |
[docs] add notes for osx/windows dev env
Diffstat (limited to 'docs/hacking/windows.rst')
-rw-r--r-- | docs/hacking/windows.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/hacking/windows.rst b/docs/hacking/windows.rst index f9e2f8f..fcd2358 100644 --- a/docs/hacking/windows.rst +++ b/docs/hacking/windows.rst @@ -4,7 +4,7 @@ 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. +machine or a baremetal one. Tested with Windows 7 so far. 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 @@ -12,4 +12,10 @@ the windows installers from within several docker containers running linux (see * Install ``git`` * Install Microsoft Visual C++ Compiler for Python 2.7 https://aka.ms/vcpython27 +* ``scrypt`` needs some hacks. me (kali) have a .whl laying around, I needed to + drop several non-standard includes in the include path to allow compilation. +* I'm using PySide for windows, the wheel installs without problems. The compat + hacks so far are not very terrible, although it's an afterthought since we + moved to PyQt5 a while ago. +* There are some ugly looks in the ``bitmask_js`` ui that need to be fixed. |