Changes between Version 116 and Version 117 of Download


Ignore:
Timestamp:
Jul 29, 2014, 5:03:22 PM (10 years ago)
Author:
Alex Samorukov
Comment:

update version to 6.3 in examples

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v116 v117  
    7474Uncompress the tarball:
    7575{{{
    76   tar zxvf smartmontools-6.2.tar.gz
    77 }}}
    78 
    79 The previous step created a directory called {{{smartmontools-6.2}}}
     76  tar zxvf smartmontools-6.3.tar.gz
     77}}}
     78
     79The previous step created a directory called {{{smartmontools-6.3}}}
    8080containing the code. Go to that directory, build, and install:
    8181{{{
    82   cd smartmontools-6.2
     82  cd smartmontools-6.3
    8383  ./configure
    8484  make