From e57a2a73e3bee79ad44d16ab2144dae3cefa3dc4 Mon Sep 17 00:00:00 2001 From: Bob Burger Date: Fri, 31 Aug 2018 09:10:21 -0400 Subject: [PATCH] added note about git config core.autocrlf in Windows original commit: 1c3a605c6218303f651eec1a8afa5d0bc91337ee --- BUILDING | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILDING b/BUILDING index fb2ff01aee..2ee6d1edda 100644 --- a/BUILDING +++ b/BUILDING @@ -195,10 +195,12 @@ env OS=Windows_NT make Prerequisites: -* Cygwin or Bash/WSL with bash, grep, make, sed, etc. +* Cygwin or Bash/WSL with bash, git, grep, make, sed, etc. * Microsoft Visual Studio 2017 or 2015 * WiX Toolset (for making an install) +Be sure that git config core.autocrlf is set to false. + To run Chez Scheme or Petite Chez Scheme from a Windows command prompt, set PATH: