Changes between Version 124 and Version 125 of Download


Ignore:
Timestamp:
May 10, 2016, 2:23:54 PM (8 years ago)
Author:
Alex Samorukov
Comment:

update example version, remove piwik code

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v124 v125  
    8383Uncompress the tarball:
    8484{{{
    85   tar zxvf smartmontools-6.3.tar.gz
     85  tar zxvf smartmontools-6.5.tar.gz
    8686}}}
    8787
     
    8989containing the code. Go to that directory, build, and install:
    9090{{{
    91   cd smartmontools-6.3
     91  cd smartmontools-6.5
    9292  ./configure
    9393  make
     
    245245'''License'''[[BR]]
    246246All content in this wiki is published under [http://www.gnu.org/licenses/gpl-2.0.html#SEC1 GNU GPL].
    247 {{{
    248 #!html
    249 <!-- Piwik -->
    250 <script type="text/javascript">
    251 var pkBaseURL = (("https:" == document.location.protocol) ? "https://sourceforge.net/apps/piwik/smartmontools/" : "http://sourceforge.net/apps/piwik/smartmontools/");
    252 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
    253 </script><script type="text/javascript">
    254 try {
    255 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
    256 piwikTracker.trackPageView();
    257 piwikTracker.enableLinkTracking();
    258 } catch( err ) {}
    259 </script><noscript><p><img src="http://sourceforge.net/apps/piwik/smartmontools/piwik.php?idsite=1" style="border:0" alt=""/></p></noscript>
    260 <!-- End Piwik Tag -->
    261 }}}