Skip to content
Snippets Groups Projects
Commit c6abacc9 authored by chrfranke's avatar chrfranke
Browse files

Added note about CR/LF handling of Cygwin's new bash.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2297 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 4f8f40d8
No related branches found
No related tags found
No related merge requests found
Smartmontools installation instructions Smartmontools installation instructions
======================================= =======================================
$Id: INSTALL,v 1.69 2006/10/20 21:56:03 chrfranke Exp $ $Id: INSTALL,v 1.70 2006/10/21 19:24:14 chrfranke Exp $
Please also see the smartmontools home page: Please also see the smartmontools home page:
http://smartmontools.sourceforge.net/ http://smartmontools.sourceforge.net/
...@@ -102,8 +102,8 @@ Table of contents: ...@@ -102,8 +102,8 @@ Table of contents:
E) Cygwin E) Cygwin
The code was tested on Cygwin 1.5.7, 1.5.11 and 1.5.18. It should also The code was tested on Cygwin 1.5.7, 1.5.11 and 1.5.18-21. It should
work on other recent releases. also work on other recent releases.
Release 1.5.15 or later is recommended for Cygwin smartd. Older versions Release 1.5.15 or later is recommended for Cygwin smartd. Older versions
do not provide syslogd support. do not provide syslogd support.
...@@ -427,6 +427,15 @@ Same as Red Hat: ...@@ -427,6 +427,15 @@ Same as Red Hat:
file type ("binmode" mount option) set. The "autogen.sh" script prints a file type ("binmode" mount option) set. The "autogen.sh" script prints a
warning if DOS type is selected. warning if DOS type is selected.
If installing from CVS, you may check out all files either with CR/LF
or LF line endings. Starting with release 3.1-7, Cygwin's bash does no
longer accept scripts with CR/LF by default. To run the initial script
./autogen.sh checked out with CR/LF on a "binmode" mount, type:
bash -O igncr ./autogen.sh
instead. This is not necessary for the generated ./configure script.
[10] Guidelines for Windows [10] Guidelines for Windows
========================== ==========================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment