Changes between Version 104 and Version 105 of Download
- Timestamp:
- Jun 9, 2013, 7:39:39 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v104 v105 72 72 Uncompress the tarball: 73 73 {{{ 74 tar zxvf smartmontools- 5.42.tar.gz75 }}} 76 77 The previous step created a directory called {{{smartmontools- 5.42}}}74 tar zxvf smartmontools-6.1.tar.gz 75 }}} 76 77 The previous step created a directory called {{{smartmontools-6.1}}} 78 78 containing the code. Go to that directory, build, and install: 79 79 {{{ 80 cd smartmontools- 5.4280 cd smartmontools-6.1 81 81 ./configure 82 82 make … … 118 118 == Install latest unreleased code from SVN repository == 119 119 120 We moved from CVS to a Subversion (SVN) repository.121 The new address for our repository is 122 [https://smartmontools.svn.sourceforge.net/svnroot/smartmontools]. 123 124 Two repository browsers are available: 125 [http://smartmontools.svn.sourceforge.net/viewvc/smartmontools ViewVC] and [source:/ Trac]. 126 You can also download the source tree via the ViewVC link [http://smartmontools.svn.sourceforge.net/viewvc/smartmontools/trunk/smartmontools/?view=tar Download GNU tarball] or the Trac link [http://sourceforge.net/changeset/HEAD/trunk/smartmontools?old_path=%2F&format=zip Zip Archive].120 '''Sourceforge moved our repository to a new location: [http://svn.code.sf.net/p/smartmontools/code/]. 121 Commits to this repository are not visible in this Trac. 122 Use the [http://sourceforge.net/p/smartmontools/code/HEAD/tree/ new code browser] instead.''' 123 124 You can also download the source tree via the code browser link [http://sourceforge.net/p/smartmontools/code/HEAD/tarball?path=/trunk/smartmontools Download Snapshot]. 125 126 The old repository at [https://smartmontools.svn.sourceforge.net/svnroot/smartmontools] is now set to read-only. 127 127 128 128 For those, who don't already have a Subversion client installed, … … 137 137 138 138 {{{ 139 svn co http s://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk/smartmontools smartmontools139 svn co http://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools smartmontools 140 140 }}} 141 141 … … 163 163 the most current development version. And it's trivial, because 164 164 each release is __tagged__ with a name. Look at the 165 [source:/tags/ tags in our SVN repository] to see what the different names are. 165 [http://sourceforge.net/p/smartmontools/code/HEAD/tree/tags/ tags in our SVN repository] 166 to see what the different names are. 166 167 167 168 E.g. run the following command to fetch the RELEASE_5_38 release: 168 169 169 170 {{{ 170 svn co http s://smartmontools.svn.sourceforge.net/svnroot/smartmontools/tags/RELEASE_5_38/sm5 smartmontools171 svn co http://svn.code.sf.net/p/smartmontools/code/tags/RELEASE_5_38/sm5 smartmontools 171 172 }}} 172 173 173 174 Note that the directory with the smartmontools sourcefiles is named '''{{{sm5}}}''' in 174 releases <= 5.3 9.175 releases <= 5.38. 175 176 176 177 The rest of the build procedure is the same like described above. … … 188 189 The Windows package provides {{{update-smart-drivedb.exe}}}. It reads the proxy configuration from IE registry key. 189 190 190 Alternatively the file {{{drivedb.h}}} could be downloaded from [http://s martmontools.svn.sourceforge.net/viewvc/smartmontools/trunk/smartmontools/drivedb.h?revision=HEADSVN trunk].191 Alternatively the file {{{drivedb.h}}} could be downloaded from [http://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/smartmontools/drivedb.h?format=raw SVN trunk]. 191 192 192 193 ----