From 412dc59b36d2c8f204e7a86f1d1af520242989c2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 30 Nov 2015 15:58:47 +0530 Subject: [PATCH] ... --- setup/installer/windows/notes2.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/installer/windows/notes2.rst b/setup/installer/windows/notes2.rst index 8e8e004249..861d9effd0 100644 --- a/setup/installer/windows/notes2.rst +++ b/setup/installer/windows/notes2.rst @@ -25,9 +25,9 @@ Cygwin ------------ This is needed for automation of the build process, and the ease of use of the -unix shell (bash). +unix shell (zsh). -Install vim, subversion, dos2unix, rsync, openssh, unzip, wget, make, zsh, bash-completion, curl at a minimum. +Install vim, dos2unix, rsync, openssh, unzip, wget, make, zsh, bash-completion, curl at a minimum. Run:: mkdir -p ~/sw/bin ~/sw/sources ~/sw/build ~/sw/lib ~/sw/private @@ -85,7 +85,7 @@ Pass port 22 through Windows firewall. Create ~/.ssh/authorized_keys Build python ---------------- -Get nasm.exe from (needed for openssl and libjpeg-turbo) +Get nasm.exe (needed for openssl and libjpeg-turbo) from http://www.nasm.us/pub/nasm/releasebuilds/2.11/win32/nasm-2.11-win32.zip and put it in ~/sw/bin (which must be in PATH):: chmod +x ~/sw/bin/nasm.exe