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

INSTALL: Update ./configure description and Windows info.

git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@5390 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent d5fbcac6
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ $Id$ ...@@ -2,6 +2,8 @@ $Id$
2022-05-26 Christian Franke <franke@computer.org> 2022-05-26 Christian Franke <franke@computer.org>
INSTALL: Update ./configure description and Windows info.
Drop legacy ATA support for Solaris SPARC. Drop legacy ATA support for Solaris SPARC.
configure.ac: Fail if '--with-solaris-sparc-ata' is specified. configure.ac: Fail if '--with-solaris-sparc-ata' is specified.
Makefile.am: Remove os_solaris_ata.s and os_solaris.h. Makefile.am: Remove os_solaris_ata.s and os_solaris.h.
......
...@@ -55,8 +55,8 @@ Table of contents: ...@@ -55,8 +55,8 @@ Table of contents:
E) Cygwin E) Cygwin
The code was tested on Cygwin 2.11.* x86 and x86_64. It should also The code was tested with Cygwin DLL 3.3.* x86 and x86_64. It should
work on other recent releases. also work with other recent releases.
Both Cygwin and Windows versions of smartmontools share the same code Both Cygwin and Windows versions of smartmontools share the same code
to access the raw devices. The information in the "Windows" section to access the raw devices. The information in the "Windows" section
...@@ -64,8 +64,8 @@ Table of contents: ...@@ -64,8 +64,8 @@ Table of contents:
F) Windows F) Windows
The code was tested on Windows XP SP3, 2003, Vista, Windows 7, 8, 8.1 The code was tested on Windows 10 up to 21H2. It should still work on
and Windows 10 up to 1809. Support von Windows 9x/ME and NT4 was older Windows versions >= XP. Support for Windows 9x/ME and NT4 was
removed after smartmontools 5.43. removed after smartmontools 5.43.
ATA or SATA devices are supported if the device driver implements ATA or SATA devices are supported if the device driver implements
...@@ -126,7 +126,7 @@ Table of contents: ...@@ -126,7 +126,7 @@ Table of contents:
and continue with step [3] below, skipping the "unpack the tarball" step. and continue with step [3] below, skipping the "unpack the tarball" step.
The autogen.sh command is ONLY required when installing from The autogen.sh command is ONLY required when installing from
SVN. You need GNU Autoconf (version 2.60 or greater), GNU Automake SVN. You need GNU Autoconf (version 2.64 or greater), GNU Automake
(version 1.10 or greater) and their dependencies installed in order (version 1.10 or greater) and their dependencies installed in order
to run it. to run it.
...@@ -158,6 +158,7 @@ Table of contents: ...@@ -158,6 +158,7 @@ Table of contents:
--enable-fast-lebe --enable-fast-lebe
--without-initscriptdir --without-initscriptdir
--with-exampledir='${docdir}/examplescripts' --with-exampledir='${docdir}/examplescripts'
--without-drivedbinstdir
--with-drivedbdir='${datadir}/smartmontools' --with-drivedbdir='${datadir}/smartmontools'
--with-update-smart-drivedb --with-update-smart-drivedb
--with-gnupg --with-gnupg
...@@ -174,7 +175,6 @@ Table of contents: ...@@ -174,7 +175,6 @@ Table of contents:
--with-systemdenvfile=auto --with-systemdenvfile=auto
--with-nvme-devicescan (Linux, Windows: yes; Others: no) --with-nvme-devicescan (Linux, Windows: yes; Others: no)
--with-signal-func=sigaction --with-signal-func=sigaction
--with-working-snprintf
--with-mingw-aslr=auto (Windows only) --with-mingw-aslr=auto (Windows only)
--with-cxx11-option=auto --with-cxx11-option=auto
--without-cxx11-regex --without-cxx11-regex
...@@ -495,21 +495,6 @@ When you type: ...@@ -495,21 +495,6 @@ When you type:
a description of available configure options is printed a description of available configure options is printed
[with defaults in square brackets]. See also section [3] above. [with defaults in square brackets]. See also section [3] above.
The following old configure options are no longer supported:
Old option Replacement
--with-docdir=DIR --docdir=DIR (autoconf >= 2.60)
--enable-drivedb [no option needed]
--disable-drivedb --without-drivedbdir
--enable-savestates --with-savestates[=yes]
--disable-savestates [no option needed]
--enable-attrbutelog --with-attributelog[=yes]
--disable-savestates [no option needed]
--with-initscriptdir[=yes] --with-initscriptdir=DIR
--with-initscriptdir=auto --with-initscriptdir=DIR
Here's an example: Here's an example:
If you set --prefix=/home/joe and none of the other four If you set --prefix=/home/joe and none of the other four
variables then the different directories that are used would be: variables then the different directories that are used would be:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment