From 3735cc21cb65df9957182f58d67020ee971e1aa7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 1 Dec 2015 22:30:34 +0530 Subject: [PATCH] ... --- setup/installer/windows/notes2.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup/installer/windows/notes2.rst b/setup/installer/windows/notes2.rst index f403549c2e..ba83e3613d 100644 --- a/setup/installer/windows/notes2.rst +++ b/setup/installer/windows/notes2.rst @@ -97,12 +97,11 @@ Install tortoise svn from http://tortoisesvn.net/downloads.html Get a customized version of python that compiles with VS 2015, like this:: - git clone git@github.com:kovidgoyal/cpython.git - git checkout 2.7 + git clone https://github.com/kovidgoyal/cpython.git && cd cpython && git checkout 2.7 PlatformToolset below corresponds to the version of Visual Studio, here 2015 (14.0) We create externals/nasm-2.11.06 below so that the python build script does not -try to download its own nasm ans uses the one we installed above (the python +try to download its own nasm instead using the one we installed above (the python build script fails to mark its nasm as executable, and therefore errors out) First run::