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

Added info about Cygwin text file types, updated MinGW configure command.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1688 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent cc28dbd0
No related branches found
No related tags found
No related merge requests found
Smartmontools installation instructions
=======================================
$Id: INSTALL,v 1.42 2004/04/11 17:13:38 chrfranke Exp $
$Id: INSTALL,v 1.43 2004/04/26 18:57:33 chrfranke Exp $
Please also see the smartmontools home page:
http://smartmontools.sourceforge.net/
......@@ -302,12 +302,18 @@ Same as Red Hat:
--with-initscriptdir=/etc/rc.d/init.d \
--with-docdir=/usr/share/doc/smartmontools-VERSION
Using DOS text file type as default for the working directories ("textmode"
mount option) is not recommended. Building the binaries and man pages using
"make" is possible, but "make dist" and related targets work only with UNIX
file type ("binmode" mount option) set. The "autogen.sh" script prints a
warning if DOS type is selected.
[9] Guidelines for Windows
==========================
To compile the Windows release with MinGW, use the following on Cygwin:
./configure --disable-dependency-tracking --build mingw32
./configure --build=mingw32
make
Instead of using "make install", copy the .exe files into
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment