version 1.1, 2012/02/21 16:32:16
|
version 1.1.1.2, 2012/10/09 09:36:45
|
Line 193 Table of contents:
|
Line 193 Table of contents:
|
hard drive comes with the offline test switched on by default, so |
hard drive comes with the offline test switched on by default, so |
even that works. |
even that works. |
|
|
|
The OS X SAT SMART Driver provides access to SMART data for SAT capable |
|
USB and Firewire devices: |
|
https://github.com/kasbert/OS-X-SAT-SMART-Driver |
|
https://github.com/RJVB/OS-X-SAT-SMART-Driver |
|
This does not require any smartctl -d TYPE option and should work also |
|
with older smartmontools releases. |
|
|
H) OS/2, eComStation |
H) OS/2, eComStation |
|
|
The code was tested on eComStation 1.1, but it should work on all versions |
The code was tested on eComStation 1.1, but it should work on all versions |
Line 419 Same as Red Hat:
|
Line 426 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 SVN, you may check out all files either with CR/LF | Files may also be checked out with a non-Cygwin SVN client which uses CR/LF |
or LF line endings. Starting with release 3.1-7, Cygwin's bash does no | for svn:eol-style=native. The "autogen.sh" script has svn:eol-style=LF. |
longer accept scripts with CR/LF by default. To run the initial script | Bash option "-o igncr" is not required. |
./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 |
=========================== |
=========================== |
|
|
Line 499 To create a Windows installer, use:
|
Line 501 To create a Windows installer, use:
|
|
|
It is also possible to (cross-)build the installer on Linux. |
It is also possible to (cross-)build the installer on Linux. |
This was successfully tested on Debian with package "nsis". |
This was successfully tested on Debian with package "nsis". |
|
|
|
To create a combined 32-/64-bit installer, use this in 32-bit build |
|
directory if 64-build directory is at ../build64: |
|
|
|
make builddir_win64=../build64 installer_win32 |
|
|
To both create and run the (interactive) installer, use: |
To both create and run the (interactive) installer, use: |
|
|