diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-12-18 14:44:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-12-18 14:46:36 +0200 |
commit | 564fe23374fa544c34875da0dd695cb8a939f0f2 (patch) | |
tree | 638d1a39adf6598a8462ae50426f7b2b3b7dc8d7 /configure.ac | |
parent | ff926b84508e500fd8b1deda0a7304f0026f6c8c (diff) |
Improve documentation how to build the Win32 make
Change-Id: If47512f4a5893e21318f062301a0fd6fcf121cfc
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f9bd9d057ed2..021c7de25f7a 100644 --- a/configure.ac +++ b/configure.ac @@ -12839,10 +12839,11 @@ place yourself in a working directory of you choice. [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 + cd path-to-make-repor-you-cloned-above build_w32.bat --without-guile -should result in a WinRel/gnumake.exe +should result in a WinRel/gnumake.exe. +Copy it to to the Cygwin /opt/lo/bin directory as make.exe Then re-run autogen.sh |