Changes between Version 87 and Version 88 of Download


Ignore:
Timestamp:
Nov 2, 2011, 11:58:21 AM (12 years ago)
Author:
Alex Samorukov
Comment:

updates source version

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v87 v88  
    345345Uncompress the tarball:
    346346{{{
    347   tar zxvf smartmontools-5.40.tar.gz
    348 }}}
    349 
    350 The previous step created a directory called {{{smartmontools-5.40}}}
     347  tar zxvf smartmontools-5.42.tar.gz
     348}}}
     349
     350The previous step created a directory called {{{smartmontools-5.42}}}
    351351containing the code. Go to that directory, build, and install:
    352352{{{
    353   cd smartmontools-5.40
     353  cd smartmontools-5.42
    354354  ./configure
    355355  make