diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-12-18 14:38:45 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-12-18 14:42:23 +0200 |
commit | ff926b84508e500fd8b1deda0a7304f0026f6c8c (patch) | |
tree | 6467c2bc68a473222d9f1f060b40f608a9ae63d9 /configure.ac | |
parent | 573f5dfba805b733dd2da62bde3cd5d9d25879d9 (diff) |
Adapt instructions to VS2013 and 64-bit Cygwin
Change-Id: Ie6b7ccd3e3a6d459cb44e4d545ceaf4eb26c06bb
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
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 |