summaryrefslogtreecommitdiff
path: root/docs/hacking/windows.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/windows.rst
parent78756309af0529a6d38a49e40667f18671649e2d (diff)
add osx/windows documents
Diffstat (limited to 'docs/hacking/windows.rst')
-rw-r--r--docs/hacking/windows.rst15
1 files changed, 15 insertions, 0 deletions
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
+