From ff926b84508e500fd8b1deda0a7304f0026f6c8c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 18 Dec 2014 14:38:45 +0200 Subject: [PATCH] Adapt instructions to VS2013 and 64-bit Cygwin Change-Id: Ie6b7ccd3e3a6d459cb44e4d545ceaf4eb26c06bb --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c7cd156f6b61..f9bd9d057ed2 100644 --- a/configure.ac +++ b/configure.ac @@ -12836,8 +12836,9 @@ place yourself in a working directory of you choice. git clone git://git.savannah.gnu.org/make.git - [go to Start menu, click on "VS2012 x86 Native Tools Command Prompt"] + [go to Start menu, click "All Programs", click "Visual Studio 2013", click "Visual Studio Tools", double-click "VS2013 x86 Native Tools Command Prompt" or "VS2013 x64 Native Tools Comand Prompt"] set PATH=%PATH%;C:\Cygwin\bin + [or Cygwin64, if that is what you have] cd .../path/to/make_git build_w32.bat --without-guile